#6f2bca

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

Shades of Purple Heart #6F2BCA

Tints of Purple Heart #6F2BCA

Color information

#6F2BCA (or 0x6F2BCA) is unknown color: approx Purple Heart. HEX triplet: 6F, 2B and CA. RGB value is (111,43,202). Sum of RGB (Red+Green+Blue) = 111+43+202=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F2BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2BCA is #90D435. Grayscale: #505050. Windows color (decimal): -9491510 or 13249391. OLE color: 13249391.

HSL color Cylindrical-coordinate representation of color #6F2BCA: hue angle of 265.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2BCA is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11143202-
CMYK0.450.7900.21
HSL265.66º64.9%48.04%-
HSV(B)265.66º78.71%79.22%-
XYZ18.089.3756.73-
YUV81.46196.03149.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 43 (17.19% from 255) = 12.08%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=31.18%
G=12.08%
B=56.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111432020.450.7900.21265.6664.948.04
Hex6F2BCA2D4F01510a4130
Octal157533125511702541210160
Binary11011111010111100101010110110011110101011000010101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f2bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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