Html Css Color HEX #6A1EAA Purple Heart

📋 copy color: '#6A1EAA'

red 106 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #6A1EAA

Tints of Purple Heart #6A1EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 34.64%
G = 9.8%
B = 55.56%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A1EAA (or 0x6A1EAA) is known color: Purple Heart. HEX triplet: 6A, 1E and AA. RGB value is (106,30,170). Sum of RGB (Red+Green+Blue) = 106+30+170=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A1EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1EAA is #95E155. Grayscale: #444444. Windows color (decimal): -9822550 or 11148906. OLE color: 11148906.

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

Color convert

RGB 106 30 170 -
CMYK 0.38 0.82 0 0.33
HSL 272.57º 0.7% 0.39% -
HSV(B) 272.57º 0.82% 0.67% -
XYZ 13.66 6.89 38.64 -
YUV 68.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 106 30 170 0.38 0.82 0 0.33 272.57 0.7 0.39
Hex 6A 1E AA 26 52 0 21 111 46 27
Octal 152 36 252 46 122 0 41 421 106 47
Binary 1101010 11110 10101010 100110 1010010 0 100001 100010001 1000110 100111

Color Harmonies of #6A1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1EAA

Black with #6A1EAA

Text Example


Text Example

White with #6A1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,30,170); }

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

background-color css

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

 a { background-color: rgb(106,30,170); }

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

border-color css

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

 span { border-color: rgb(106,30,170); }

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