Html Css Color HEX #6424AA Purple Heart

📋 copy color: '#6424AA'

red 100 ◦ green 36 ◦ blue 170

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

Shades of Purple Heart #6424AA

Tints of Purple Heart #6424AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 32.68%
G = 11.76%
B = 55.56%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6424AA (or 0x6424AA) is known color: Purple Heart. HEX triplet: 64, 24 and AA. RGB value is (100,36,170). Sum of RGB (Red+Green+Blue) = 100+36+170=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 36 (14.45% from 255 or 11.76% 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 #6424AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6424AA is #9BDB55. Grayscale: #454545. Windows color (decimal): -10214230 or 11150436. OLE color: 11150436.

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

Color convert

RGB 100 36 170 -
CMYK 0.41 0.79 0 0.33
HSL 268.66º 0.65% 0.4% -
HSV(B) 268.66º 0.79% 0.67% -
XYZ 13.14 6.87 38.66 -
YUV 70.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 100 36 170 0.41 0.79 0 0.33 268.66 0.65 0.4
Hex 64 24 AA 29 4F 0 21 10D 41 28
Octal 144 44 252 51 117 0 41 415 101 50
Binary 1100100 100100 10101010 101001 1001111 0 100001 100001101 1000001 101000

Color Harmonies of #6424AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424AA

Black with #6424AA

Text Example


Text Example

White with #6424AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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