Html Css Color HEX #6424AE Purple Heart

📋 copy color: '#6424AE'

red 100 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #6424AE

Tints of Purple Heart #6424AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 32.26%
G = 11.61%
B = 56.13%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6424AE (or 0x6424AE) is known color: Purple Heart. HEX triplet: 64, 24 and AE. RGB value is (100,36,174). Sum of RGB (Red+Green+Blue) = 100+36+174=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #6424AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6424AE is #9BDB51. Grayscale: #464646. Windows color (decimal): -10214226 or 11412580. OLE color: 11412580.

HSL color Cylindrical-coordinate representation of color #6424AE: hue angle of 267.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6424AE is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 36 174 -
CMYK 0.43 0.79 0 0.32
HSL 267.83º 0.66% 0.41% -
HSV(B) 267.83º 0.79% 0.68% -
XYZ 13.53 7.03 40.69 -
YUV 70.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 100 36 174 0.43 0.79 0 0.32 267.83 0.66 0.41
Hex 64 24 AE 2B 4F 0 20 10C 42 29
Octal 144 44 256 53 117 0 40 414 102 51
Binary 1100100 100100 10101110 101011 1001111 0 100000 100001100 1000010 101001

Color Harmonies of #6424AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424AE

Black with #6424AE

Text Example


Text Example

White with #6424AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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