#6f35bf

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

Shades of Purple Heart #6F35BF

Tints of Purple Heart #6F35BF

Color information

#6F35BF (or 0x6F35BF) is unknown color: approx Purple Heart. HEX triplet: 6F, 35 and BF. RGB value is (111,53,191). Sum of RGB (Red+Green+Blue) = 111+53+191=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F35BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F35BF is #90CA40. Grayscale: #555555. Windows color (decimal): -9488961 or 12531055. OLE color: 12531055.

HSL color Cylindrical-coordinate representation of color #6F35BF: hue angle of 265.22º 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 #6F35BF is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11153191-
CMYK0.420.7200.25
HSL265.22º56.56%47.84%-
HSV(B)265.22º72.25%74.9%-
XYZ17.239.6950.25-
YUV86.07187.22145.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.27%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 191 (75% from 255) = 53.80%
R=31.27%
G=14.93%
B=53.80%

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
Decimal111531910.420.7200.25265.2256.5647.84
Hex6F35BF2A480191093930
Octal15765277521100314117160
Binary1101111110101101111111010101001000011001100001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f35bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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