#6F2BD4

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

Shades of Purple Heart #6F2BD4

Tints of Purple Heart #6F2BD4

Color information

#6F2BD4 (or 0x6F2BD4) is unknown color: approx Purple Heart. HEX triplet: 6F, 2B and D4. RGB value is (111,43,212). Sum of RGB (Red+Green+Blue) = 111+43+212=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 212 (83.20% from 255 or 57.92% from 366); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F2BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2BD4 is #90D42B. Grayscale: #515151. Windows color (decimal): -9491500 or 13904751. OLE color: 13904751.

HSL color Cylindrical-coordinate representation of color #6F2BD4: hue angle of 264.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F2BD4 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11143212-
CMYK0.480.8000.17
HSL264.14º66.27%50%-
HSV(B)264.14º79.72%83.14%-
XYZ19.39.8663.17-
YUV82.6201.03148.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 43 (17.19% from 255) = 11.75%
BLUE value IS 212 (83.20% from 255) = 57.92%
R=30.33%
G=11.75%
B=57.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal111432120.480.8000.17264.1466.2750
Hex6F2BD430500111084232
Octal157533246012002141010262
Binary11011111010111101010011000010100000100011000010001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,43,212); }

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

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

 a { background-color: rgb(111,43,212); }

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

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

 span { border-color: rgb(111,43,212); }

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