Html Css Color HEX #6A0DAB Purple Heart

📋 copy color: '#6A0DAB'

red 106 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #6A0DAB

Tints of Purple Heart #6A0DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 36.55%
G = 4.48%
B = 58.97%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A0DAB (or 0x6A0DAB) is known color: Purple Heart. HEX triplet: 6A, 0D and AB. RGB value is (106,13,171). Sum of RGB (Red+Green+Blue) = 106+13+171=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0DAB is #95F254. Grayscale: #3A3A3A. Windows color (decimal): -9826901 or 11210090. OLE color: 11210090.

HSL color Cylindrical-coordinate representation of color #6A0DAB: hue angle of 275.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0DAB is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 13 171 -
CMYK 0.38 0.92 0 0.33
HSL 275.32º 0.86% 0.36% -
HSV(B) 275.32º 0.92% 0.67% -
XYZ 13.44 6.29 39.03 -
YUV 58.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 106 13 171 0.38 0.92 0 0.33 275.32 0.86 0.36
Hex 6A D AB 26 5C 0 21 113 56 24
Octal 152 15 253 46 134 0 41 423 126 44
Binary 1101010 1101 10101011 100110 1011100 0 100001 100010011 1010110 100100

Color Harmonies of #6A0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0DAB

Black with #6A0DAB

Text Example


Text Example

White with #6A0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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