#6A06CB

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

Shades of Purple Heart #6A06CB

Tints of Purple Heart #6A06CB

Color information

#6A06CB (or 0x6A06CB) is unknown color: approx Purple Heart. HEX triplet: 6A, 06 and CB. RGB value is (106,6,203). Sum of RGB (Red+Green+Blue) = 106+6+203=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A06CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06CB is #95F934. Grayscale: #393939. Windows color (decimal): -9828661 or 13305450. OLE color: 13305450.

HSL color Cylindrical-coordinate representation of color #6A06CB: hue angle of 270.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A06CB is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1066203-
CMYK0.480.9700.20
HSL270.46º94.26%40.98%-
HSV(B)270.46º97.04%79.61%-
XYZ16.797.5157.06-
YUV58.36209.63161.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=33.65%
G=1.90%
B=64.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10662030.480.9700.20270.4694.2640.98
Hex6A6CB306101410e5e29
Octal15263136014102441613651
Binary11010101101100101111000011000010101001000011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,203); }

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

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

 a { background-color: rgb(106,6,203); }

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

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

 span { border-color: rgb(106,6,203); }

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