Html Css Color HEX #6428AA Purple Heart

📋 copy color: '#6428AA'

red 100 ◦ green 40 ◦ blue 170

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

Shades of Purple Heart #6428AA

Tints of Purple Heart #6428AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 32.26%
G = 12.9%
B = 54.84%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6428AA (or 0x6428AA) is known color: Purple Heart. HEX triplet: 64, 28 and AA. RGB value is (100,40,170). Sum of RGB (Red+Green+Blue) = 100+40+170=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #6428AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6428AA is #9BD755. Grayscale: #484848. Windows color (decimal): -10213206 or 11151460. OLE color: 11151460.

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

Color convert

RGB 100 40 170 -
CMYK 0.41 0.76 0 0.33
HSL 267.69º 0.62% 0.41% -
HSV(B) 267.69º 0.76% 0.67% -
XYZ 13.27 7.13 38.71 -
YUV 72.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 100 40 170 0.41 0.76 0 0.33 267.69 0.62 0.41
Hex 64 28 AA 29 4C 0 21 10C 3E 29
Octal 144 50 252 51 114 0 41 414 76 51
Binary 1100100 101000 10101010 101001 1001100 0 100001 100001100 111110 101001

Color Harmonies of #6428AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428AA

Black with #6428AA

Text Example


Text Example

White with #6428AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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