#6A03B4

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

Shades of Purple Heart #6A03B4

Tints of Purple Heart #6A03B4

Color information

#6A03B4 (or 0x6A03B4) is unknown color: approx Purple Heart. HEX triplet: 6A, 03 and B4. RGB value is (106,3,180). Sum of RGB (Red+Green+Blue) = 106+3+180=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A03B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A03B4 is #95FC4B. Grayscale: #353535. Windows color (decimal): -9829452 or 11797354. OLE color: 11797354.

HSL color Cylindrical-coordinate representation of color #6A03B4: hue angle of 274.92º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A03B4 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1063180-
CMYK0.410.9800.29
HSL274.92º96.72%35.88%-
HSV(B)274.92º98.33%70.59%-
XYZ14.216.4243.67-
YUV53.97199.12165.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=36.68%
G=1.04%
B=62.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10631800.410.9800.29274.9296.7235.88
Hex6A3B4296201D1136124
Octal15232645114203542314144
Binary1101010111011010010100111000100111011000100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A03B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,180); }

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

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

 a { background-color: rgb(106,3,180); }

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

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

 span { border-color: rgb(106,3,180); }

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