#6F35C0

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

Shades of Purple Heart #6F35C0

Tints of Purple Heart #6F35C0

Color information

#6F35C0 (or 0x6F35C0) is unknown color: approx Purple Heart. HEX triplet: 6F, 35 and C0. RGB value is (111,53,192). Sum of RGB (Red+Green+Blue) = 111+53+192=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F35C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F35C0 is #90CA3F. Grayscale: #555555. Windows color (decimal): -9488960 or 12596591. OLE color: 12596591.

HSL color Cylindrical-coordinate representation of color #6F35C0: hue angle of 265.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F35C0 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11153192-
CMYK0.420.7200.25
HSL265.04º56.73%48.04%-
HSV(B)265.04º72.4%75.29%-
XYZ17.349.7350.83-
YUV86.19187.72145.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=31.18%
G=14.89%
B=53.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111531920.420.7200.25265.0456.7348.04
Hex6F35C02A480191093930
Octal15765300521100314117160
Binary1101111110101110000001010101001000011001100001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F35C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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