Html Css Color HEX #6A0ABF Purple Heart

📋 copy color: '#6A0ABF'

red 106 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #6A0ABF

Tints of Purple Heart #6A0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.21%

R = 34.53%
G = 3.26%
B = 62.21%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A0ABF (or 0x6A0ABF) is known color: Purple Heart. HEX triplet: 6A, 0A and BF. RGB value is (106,10,191). Sum of RGB (Red+Green+Blue) = 106+10+191=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A0ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ABF is #95F540. Grayscale: #3A3A3A. Windows color (decimal): -9827649 or 12520042. OLE color: 12520042.

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

Color convert

RGB 106 10 191 -
CMYK 0.45 0.95 0 0.25
HSL 271.82º 0.9% 0.39% -
HSV(B) 271.82º 0.95% 0.75% -
XYZ 15.46 7.04 49.83 -
YUV 59.34 202.3 161.28 -
System Red Green Blue C M Y K H S L
Decimal 106 10 191 0.45 0.95 0 0.25 271.82 0.9 0.39
Hex 6A A BF 2D 5F 0 19 110 5A 27
Octal 152 12 277 55 137 0 31 420 132 47
Binary 1101010 1010 10111111 101101 1011111 0 11001 100010000 1011010 100111

Color Harmonies of #6A0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0ABF

Black with #6A0ABF

Text Example


Text Example

White with #6A0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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