Html Css Color HEX #4114AD Purple Heart

📋 copy color: '#4114AD'

red 65 ◦ green 20 ◦ blue 173

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

Shades of Purple Heart #4114AD

Tints of Purple Heart #4114AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 25.19%
G = 7.75%
B = 67.05%

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

#4114AD (or 0x4114AD) is known color: Purple Heart. HEX triplet: 41, 14 and AD. RGB value is (65,20,173). Sum of RGB (Red+Green+Blue) = 65+20+173=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 20 (8.20% from 255 or 7.75% 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 #4114AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4114AD is #BEEB52. Grayscale: #323232. Windows color (decimal): -12512083 or 11342913. OLE color: 11342913.

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

Color convert

RGB 65 20 173 -
CMYK 0.62 0.88 0 0.32
HSL 257.65º 0.79% 0.38% -
HSV(B) 257.65º 0.88% 0.68% -
XYZ 9.97 4.64 39.91 -
YUV 50.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 65 20 173 0.62 0.88 0 0.32 257.65 0.79 0.38
Hex 41 14 AD 3E 58 0 20 102 4F 26
Octal 101 24 255 76 130 0 40 402 117 46
Binary 1000001 10100 10101101 111110 1011000 0 100000 100000010 1001111 100110

Color Harmonies of #4114AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4114AD

Black with #4114AD

Text Example


Text Example

White with #4114AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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