Html Css Color HEX #6413AA Purple Heart

📋 copy color: '#6413AA'

red 100 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #6413AA

Tints of Purple Heart #6413AA

RGB

 RED value IS 100 (39.45% from 255) = 34.6%

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 34.6%
G = 6.57%
B = 58.82%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6413AA (or 0x6413AA) is known color: Purple Heart. HEX triplet: 64, 13 and AA. RGB value is (100,19,170). Sum of RGB (Red+Green+Blue) = 100+19+170=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #6413AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6413AA is #9BEC55. Grayscale: #3B3B3B. Windows color (decimal): -10218582 or 11146084. OLE color: 11146084.

HSL color Cylindrical-coordinate representation of color #6413AA: hue angle of 272.19º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6413AA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 19 170 -
CMYK 0.41 0.89 0 0.33
HSL 272.19º 0.8% 0.37% -
HSV(B) 272.19º 0.89% 0.67% -
XYZ 12.74 6.08 38.53 -
YUV 60.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 100 19 170 0.41 0.89 0 0.33 272.19 0.8 0.37
Hex 64 13 AA 29 59 0 21 110 50 25
Octal 144 23 252 51 131 0 41 420 120 45
Binary 1100100 10011 10101010 101001 1011001 0 100001 100010000 1010000 100101

Color Harmonies of #6413AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413AA

Black with #6413AA

Text Example


Text Example

White with #6413AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6413AA; }

 p { color: rgb(100,19,170); }

 H1.HeaderClassName
 {
   color: #6413AA;
 }
 .AnyTagClassName
 {
   color: #6413AA;
 }
</style>

background-color css

<style>
 a { background-color: #6413AA; }

 a { background-color: rgb(100,19,170); }

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

border-color css

<style>
 span { border-color: #6413AA; }

 span { border-color: rgb(100,19,170); }

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