#6B05C9

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

Shades of Purple Heart #6B05C9

Tints of Purple Heart #6B05C9

Color information

#6B05C9 (or 0x6B05C9) is unknown color: approx Purple Heart. HEX triplet: 6B, 05 and C9. RGB value is (107,5,201). Sum of RGB (Red+Green+Blue) = 107+5+201=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B05C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05C9 is #94FA36. Grayscale: #393939. Windows color (decimal): -9763383 or 13174123. OLE color: 13174123.

HSL color Cylindrical-coordinate representation of color #6B05C9: hue angle of 271.22º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05C9 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1075201-
CMYK0.470.9800.21
HSL271.22º95.15%40.39%-
HSV(B)271.22º97.51%78.82%-
XYZ16.667.4555.82-
YUV57.84208.79163.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 201 (78.91% from 255) = 64.22%
R=34.19%
G=1.60%
B=64.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10752010.470.9800.21271.2295.1540.39
Hex6B5C92F6201510f5f28
Octal15353115714202541713750
Binary11010111011100100110111111000100101011000011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B05C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,201); }

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

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

 a { background-color: rgb(107,5,201); }

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

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

 span { border-color: rgb(107,5,201); }

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