Html Css Color HEX #4015AC Purple Heart

📋 copy color: '#4015AC'

red 64 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #4015AC

Tints of Purple Heart #4015AC

RGB

 RED value IS 64 (25.39% from 255) = 24.9%

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 24.9%
G = 8.17%
B = 66.93%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4015AC (or 0x4015AC) is known color: Purple Heart. HEX triplet: 40, 15 and AC. RGB value is (64,21,172). Sum of RGB (Red+Green+Blue) = 64+21+172=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #4015AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4015AC is #BFEA53. Grayscale: #323232. Windows color (decimal): -12577364 or 11277632. OLE color: 11277632.

HSL color Cylindrical-coordinate representation of color #4015AC: hue angle of 257.09º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4015AC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 21 172 -
CMYK 0.63 0.88 0 0.33
HSL 257.09º 0.78% 0.38% -
HSV(B) 257.09º 0.88% 0.67% -
XYZ 9.83 4.6 39.4 -
YUV 51.07 196.25 137.22 -
System Red Green Blue C M Y K H S L
Decimal 64 21 172 0.63 0.88 0 0.33 257.09 0.78 0.38
Hex 40 15 AC 3F 58 0 21 101 4E 26
Octal 100 25 254 77 130 0 41 401 116 46
Binary 1000000 10101 10101100 111111 1011000 0 100001 100000001 1001110 100110

Color Harmonies of #4015AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015AC

Black with #4015AC

Text Example


Text Example

White with #4015AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,21,172); }

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

background-color css

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

 a { background-color: rgb(64,21,172); }

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

border-color css

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

 span { border-color: rgb(64,21,172); }

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