#6F2AD7

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

Shades of Purple Heart #6F2AD7

Tints of Purple Heart #6F2AD7

Color information

#6F2AD7 (or 0x6F2AD7) is unknown color: approx Purple Heart. HEX triplet: 6F, 2A and D7. RGB value is (111,42,215). Sum of RGB (Red+Green+Blue) = 111+42+215=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #6F2AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2AD7 is #90D528. Grayscale: #515151. Windows color (decimal): -9491753 or 14101103. OLE color: 14101103.

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

Color convert

RGB11142215-
CMYK0.480.8000.16
HSL263.93º68.38%50.39%-
HSV(B)263.93º80.47%84.31%-
XYZ19.659.9465.17-
YUV82.35202.86148.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 42 (16.80% from 255) = 11.41%
BLUE value IS 215 (84.38% from 255) = 58.42%
R=30.16%
G=11.41%
B=58.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal111422150.480.8000.16263.9368.3850.39
Hex6F2AD730500101084432
Octal157523276012002041010462
Binary11011111010101101011111000010100000100001000010001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,215); }

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

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

 a { background-color: rgb(111,42,215); }

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

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

 span { border-color: rgb(111,42,215); }

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