Html Css Color HEX #4015AD Purple Heart

📋 copy color: '#4015AD'

red 64 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #4015AD

Tints of Purple Heart #4015AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 24.81%
G = 8.14%
B = 67.05%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4015AD (or 0x4015AD) is known color: Purple Heart. HEX triplet: 40, 15 and AD. RGB value is (64,21,173). Sum of RGB (Red+Green+Blue) = 64+21+173=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #4015AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4015AD is #BFEA52. Grayscale: #323232. Windows color (decimal): -12577363 or 11343168. OLE color: 11343168.

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

Color convert

RGB 64 21 173 -
CMYK 0.63 0.88 0 0.32
HSL 256.97º 0.78% 0.38% -
HSV(B) 256.97º 0.88% 0.68% -
XYZ 9.93 4.64 39.91 -
YUV 51.19 196.75 137.14 -
System Red Green Blue C M Y K H S L
Decimal 64 21 173 0.63 0.88 0 0.32 256.97 0.78 0.38
Hex 40 15 AD 3F 58 0 20 101 4E 26
Octal 100 25 255 77 130 0 40 401 116 46
Binary 1000000 10101 10101101 111111 1011000 0 100000 100000001 1001110 100110

Color Harmonies of #4015AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015AD

Black with #4015AD

Text Example


Text Example

White with #4015AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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