#6F28CA

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

Shades of Purple Heart #6F28CA

Tints of Purple Heart #6F28CA

Color information

#6F28CA (or 0x6F28CA) is unknown color: approx Purple Heart. HEX triplet: 6F, 28 and CA. RGB value is (111,40,202). Sum of RGB (Red+Green+Blue) = 111+40+202=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F28CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F28CA is #90D735. Grayscale: #4F4F4F. Windows color (decimal): -9492278 or 13248623. OLE color: 13248623.

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

Color convert

RGB11140202-
CMYK0.450.8000.21
HSL266.3º66.94%47.45%-
HSV(B)266.3º80.2%79.22%-
XYZ17.989.1656.7-
YUV79.7197.02150.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 40 (16.02% from 255) = 11.33%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=31.44%
G=11.33%
B=57.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111402020.450.8000.21266.366.9447.45
Hex6F28CA2D5001510a432f
Octal157503125512002541210357
Binary11011111010001100101010110110100000101011000010101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F28CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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