#6F35CC

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

Shades of Purple Heart #6F35CC

Tints of Purple Heart #6F35CC

Color information

#6F35CC (or 0x6F35CC) is unknown color: approx Purple Heart. HEX triplet: 6F, 35 and CC. RGB value is (111,53,204). Sum of RGB (Red+Green+Blue) = 111+53+204=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F35CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F35CC is #90CA33. Grayscale: #575757. Windows color (decimal): -9488948 or 13383023. OLE color: 13383023.

HSL color Cylindrical-coordinate representation of color #6F35CC: hue angle of 263.05º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F35CC is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11153204-
CMYK0.460.7400.2
HSL263.05º59.68%50.39%-
HSV(B)263.05º74.02%80%-
XYZ18.7310.2958.12-
YUV87.56193.72144.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=30.16%
G=14.40%
B=55.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal111532040.460.7400.2263.0559.6850.39
Hex6F35CC2E4A0141073c32
Octal15765314561120244077462
Binary1101111110101110011001011101001010010100100000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F35CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,204); }

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

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

 a { background-color: rgb(111,53,204); }

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

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

 span { border-color: rgb(111,53,204); }

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