#6D0BAF

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

Shades of Purple Heart #6D0BAF

Tints of Purple Heart #6D0BAF

Color information

#6D0BAF (or 0x6D0BAF) is unknown color: approx Purple Heart. HEX triplet: 6D, 0B and AF. RGB value is (109,11,175). Sum of RGB (Red+Green+Blue) = 109+11+175=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D0BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0BAF is #92F450. Grayscale: #3A3A3A. Windows color (decimal): -9630801 or 11471725. OLE color: 11471725.

HSL color Cylindrical-coordinate representation of color #6D0BAF: hue angle of 275.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BAF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10911175-
CMYK0.380.9400.31
HSL275.85º88.17%36.47%-
HSV(B)275.85º93.71%68.63%-
XYZ14.166.5941.08-
YUV59193.47163.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 11 (4.69% from 255) = 3.73%
BLUE value IS 175 (68.75% from 255) = 59.32%
R=36.95%
G=3.73%
B=59.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109111750.380.9400.31275.8588.1736.47
Hex6DBAF265E01F1145824
Octal155132574613603742413044
Binary110110110111010111110011010111100111111000101001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,11,175); }

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

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

 a { background-color: rgb(109,11,175); }

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

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

 span { border-color: rgb(109,11,175); }

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