#6f36c6

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

Shades of Purple Heart #6F36C6

Tints of Purple Heart #6F36C6

Color information

#6F36C6 (or 0x6F36C6) is unknown color: approx Purple Heart. HEX triplet: 6F, 36 and C6. RGB value is (111,54,198). Sum of RGB (Red+Green+Blue) = 111+54+198=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F36C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F36C6 is #90C939. Grayscale: #565656. Windows color (decimal): -9488698 or 12990063. OLE color: 12990063.

HSL color Cylindrical-coordinate representation of color #6F36C6: hue angle of 263.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F36C6 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11154198-
CMYK0.440.7300.22
HSL263.75º57.14%49.41%-
HSV(B)263.75º72.73%77.65%-
XYZ18.0710.154.42-
YUV87.46190.38144.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 54 (21.48% from 255) = 14.88%
BLUE value IS 198 (77.73% from 255) = 54.55%
R=30.58%
G=14.88%
B=54.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal111541980.440.7300.22263.7557.1449.41
Hex6F36C62C490161083931
Octal15766306541110264107161
Binary1101111110110110001101011001001001010110100001000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f36c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,198); }

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

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

 a { background-color: rgb(111,54,198); }

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

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

 span { border-color: rgb(111,54,198); }

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