#6A0DBA

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

Shades of Purple Heart #6A0DBA

Tints of Purple Heart #6A0DBA

Color information

#6A0DBA (or 0x6A0DBA) is unknown color: approx Purple Heart. HEX triplet: 6A, 0D and BA. RGB value is (106,13,186). Sum of RGB (Red+Green+Blue) = 106+13+186=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0DBA is #95F245. Grayscale: #3B3B3B. Windows color (decimal): -9826886 or 12193130. OLE color: 12193130.

HSL color Cylindrical-coordinate representation of color #6A0DBA: hue angle of 272.25º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0DBA is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10613186-
CMYK0.430.9300.27
HSL272.25º86.93%39.02%-
HSV(B)272.25º93.01%72.94%-
XYZ14.956.947-
YUV60.53198.81160.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 13 (5.47% from 255) = 4.26%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=34.75%
G=4.26%
B=60.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106131860.430.9300.27272.2586.9339.02
Hex6ADBA2B5D01B1105727
Octal152152725313503342012747
Binary110101011011011101010101110111010110111000100001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,13,186); }

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

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

 a { background-color: rgb(106,13,186); }

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

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

 span { border-color: rgb(106,13,186); }

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