Html Css Color HEX #4115AD Purple Heart

📋 copy color: '#4115AD'

red 65 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #4115AD

Tints of Purple Heart #4115AD

RGB

 RED value IS 65 (25.78% from 255) = 25.1%

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

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

R = 25.1%
G = 8.11%
B = 66.8%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4115AD (or 0x4115AD) is known color: Purple Heart. HEX triplet: 41, 15 and AD. RGB value is (65,21,173). Sum of RGB (Red+Green+Blue) = 65+21+173=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #4115AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4115AD is #BEEA52. Grayscale: #323232. Windows color (decimal): -12511827 or 11343169. OLE color: 11343169.

HSL color Cylindrical-coordinate representation of color #4115AD: hue angle of 257.37º 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 #4115AD is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 21 173 -
CMYK 0.62 0.88 0 0.32
HSL 257.37º 0.78% 0.38% -
HSV(B) 257.37º 0.88% 0.68% -
XYZ 9.99 4.68 39.91 -
YUV 51.48 196.58 137.64 -
System Red Green Blue C M Y K H S L
Decimal 65 21 173 0.62 0.88 0 0.32 257.37 0.78 0.38
Hex 41 15 AD 3E 58 0 20 101 4E 26
Octal 101 25 255 76 130 0 40 401 116 46
Binary 1000001 10101 10101101 111110 1011000 0 100000 100000001 1001110 100110

Color Harmonies of #4115AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115AD

Black with #4115AD

Text Example


Text Example

White with #4115AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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