#6A05B8

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

Shades of Purple Heart #6A05B8

Tints of Purple Heart #6A05B8

Color information

#6A05B8 (or 0x6A05B8) is unknown color: approx Purple Heart. HEX triplet: 6A, 05 and B8. RGB value is (106,5,184). Sum of RGB (Red+Green+Blue) = 106+5+184=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #6A05B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A05B8 is #95FA47. Grayscale: #363636. Windows color (decimal): -9828936 or 12060010. OLE color: 12060010.

HSL color Cylindrical-coordinate representation of color #6A05B8: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A05B8 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1065184-
CMYK0.420.9700.28
HSL273.85º94.71%37.06%-
HSV(B)273.85º97.28%72.16%-
XYZ14.656.6345.86-
YUV55.6200.46163.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 5 (2.34% from 255) = 1.69%
BLUE value IS 184 (72.27% from 255) = 62.37%
R=35.93%
G=1.69%
B=62.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10651840.420.9700.28273.8594.7137.06
Hex6A5B82A6101C1125f25
Octal15252705214103442213745
Binary11010101011011100010101011000010111001000100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A05B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,184); }

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

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

 a { background-color: rgb(106,5,184); }

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

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

 span { border-color: rgb(106,5,184); }

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