Html Css Color HEX #6428AC Purple Heart

📋 copy color: '#6428AC'

red 100 ◦ green 40 ◦ blue 172

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

Shades of Purple Heart #6428AC

Tints of Purple Heart #6428AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 32.05%
G = 12.82%
B = 55.13%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6428AC (or 0x6428AC) is known color: Purple Heart. HEX triplet: 64, 28 and AC. RGB value is (100,40,172). Sum of RGB (Red+Green+Blue) = 100+40+172=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #6428AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6428AC is #9BD753. Grayscale: #484848. Windows color (decimal): -10213204 or 11282532. OLE color: 11282532.

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

Color convert

RGB 100 40 172 -
CMYK 0.42 0.77 0 0.33
HSL 267.27º 0.62% 0.42% -
HSV(B) 267.27º 0.77% 0.67% -
XYZ 13.46 7.21 39.71 -
YUV 72.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 100 40 172 0.42 0.77 0 0.33 267.27 0.62 0.42
Hex 64 28 AC 2A 4D 0 21 10B 3E 2A
Octal 144 50 254 52 115 0 41 413 76 52
Binary 1100100 101000 10101100 101010 1001101 0 100001 100001011 111110 101010

Color Harmonies of #6428AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428AC

Black with #6428AC

Text Example


Text Example

White with #6428AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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