Html Css Color HEX #4119AE Purple Heart

📋 copy color: '#4119AE'

red 65 ◦ green 25 ◦ blue 174

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

Shades of Purple Heart #4119AE

Tints of Purple Heart #4119AE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 24.62%
G = 9.47%
B = 65.91%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4119AE (or 0x4119AE) is known color: Purple Heart. HEX triplet: 41, 19 and AE. RGB value is (65,25,174). Sum of RGB (Red+Green+Blue) = 65+25+174=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #4119AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4119AE is #BEE651. Grayscale: #353535. Windows color (decimal): -12510802 or 11409729. OLE color: 11409729.

HSL color Cylindrical-coordinate representation of color #4119AE: hue angle of 256.11º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4119AE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 25 174 -
CMYK 0.63 0.86 0 0.32
HSL 256.11º 0.75% 0.39% -
HSV(B) 256.11º 0.86% 0.68% -
XYZ 10.17 4.88 40.45 -
YUV 53.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 65 25 174 0.63 0.86 0 0.32 256.11 0.75 0.39
Hex 41 19 AE 3F 56 0 20 100 4B 27
Octal 101 31 256 77 126 0 40 400 113 47
Binary 1000001 11001 10101110 111111 1010110 0 100000 100000000 1001011 100111

Color Harmonies of #4119AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119AE

Black with #4119AE

Text Example


Text Example

White with #4119AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119AE; }

 p { color: rgb(65,25,174); }

 H1.HeaderClassName
 {
   color: #4119AE;
 }
 .AnyTagClassName
 {
   color: #4119AE;
 }
</style>

background-color css

<style>
 a { background-color: #4119AE; }

 a { background-color: rgb(65,25,174); }

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

border-color css

<style>
 span { border-color: #4119AE; }

 span { border-color: rgb(65,25,174); }

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