#6F33CE

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

Shades of Purple Heart #6F33CE

Tints of Purple Heart #6F33CE

Color information

#6F33CE (or 0x6F33CE) is unknown color: approx Purple Heart. HEX triplet: 6F, 33 and CE. RGB value is (111,51,206). Sum of RGB (Red+Green+Blue) = 111+51+206=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33CE is #90CC31. Grayscale: #565656. Windows color (decimal): -9489458 or 13513583. OLE color: 13513583.

HSL color Cylindrical-coordinate representation of color #6F33CE: hue angle of 263.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F33CE is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11151206-
CMYK0.460.7500.19
HSL263.23º61.26%50.39%-
HSV(B)263.23º75.24%80.78%-
XYZ18.8810.259.37-
YUV86.61195.38145.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 51 (20.31% from 255) = 13.86%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=30.16%
G=13.86%
B=55.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal111512060.460.7500.19263.2361.2650.39
Hex6F33CE2E4B0131073d32
Octal15763316561130234077562
Binary1101111110011110011101011101001011010011100000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F33CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,206); }

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

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

 a { background-color: rgb(111,51,206); }

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

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

 span { border-color: rgb(111,51,206); }

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