Html Css Color HEX #6A0ABD Purple Heart

📋 copy color: '#6A0ABD'

red 106 ◦ green 10 ◦ blue 189

#6A0ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6A0ABD

Tints of Purple Heart #6A0ABD

RGB

 RED value IS 106 (41.8% from 255) = 34.75%

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 34.75%
G = 3.28%
B = 61.97%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A0ABD (or 0x6A0ABD) is known color: Purple Heart. HEX triplet: 6A, 0A and BD. RGB value is (106,10,189). Sum of RGB (Red+Green+Blue) = 106+10+189=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A0ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ABD is #95F542. Grayscale: #3A3A3A. Windows color (decimal): -9827651 or 12388970. OLE color: 12388970.

HSL color Cylindrical-coordinate representation of color #6A0ABD: hue angle of 272.18º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0ABD is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 10 189 -
CMYK 0.44 0.95 0 0.26
HSL 272.18º 0.9% 0.39% -
HSV(B) 272.18º 0.95% 0.74% -
XYZ 15.24 6.96 48.68 -
YUV 59.11 201.3 161.45 -
System Red Green Blue C M Y K H S L
Decimal 106 10 189 0.44 0.95 0 0.26 272.18 0.9 0.39
Hex 6A A BD 2C 5F 0 1A 110 5A 27
Octal 152 12 275 54 137 0 32 420 132 47
Binary 1101010 1010 10111101 101100 1011111 0 11010 100010000 1011010 100111

Color Harmonies of #6A0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0ABD

Black with #6A0ABD

Text Example


Text Example

White with #6A0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,10,189); }

 H1.HeaderClassName
 {
   color: #6A0ABD;
 }
 .AnyTagClassName
 {
   color: #6A0ABD;
 }
</style>

background-color css

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

 a { background-color: rgb(106,10,189); }

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

border-color css

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

 span { border-color: rgb(106,10,189); }

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