#6c05b0

Color #6C05B0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C05B0

Tints of Purple Heart #6C05B0

Color information

#6C05B0 (or 0x6C05B0) is unknown color: approx Purple Heart. HEX triplet: 6C, 05 and B0. RGB value is (108,5,176). Sum of RGB (Red+Green+Blue) = 108+5+176=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C05B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C05B0 is #93FA4F. Grayscale: #363636. Windows color (decimal): -9697872 or 11535724. OLE color: 11535724.

HSL color Cylindrical-coordinate representation of color #6C05B0: hue angle of 276.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C05B0 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1085176-
CMYK0.390.9700.31
HSL276.14º94.48%35.49%-
HSV(B)276.14º97.16%69.02%-
XYZ14.086.4341.57-
YUV55.29196.12165.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 176 (69.14% from 255) = 60.90%
R=37.37%
G=1.73%
B=60.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10851760.390.9700.31276.1494.4835.49
Hex6C5B0276101F1145e23
Octal15452604714103742413643
Binary11011001011011000010011111000010111111000101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c05b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6c05b0; }

 p { color: rgb(108,5,176); }

 H1.HeaderClassName
 {
   color: #6c05b0;
 }
 .AnyTagClassName
 {
   color: #6c05b0;
 }
</style>
background-color css

<style>
 a { background-color: #6c05b0; }

 a { background-color: rgb(108,5,176); }

 div.DivClassName
 {
   background-color: #6c05b0;
 }
 .BgClassName
 {
   background-color: #6c05b0;
 }
</style>
border-color css

<style>
 span { border-color: #6c05b0; }

 span { border-color: rgb(108,5,176); }

 td.TdClassName
 {
   border-color: #6c05b0;
 }
 .TagClassName
 {
   border-color: #6c05b0;
 }
</style>