Html Css Color HEX #4119AC Purple Heart

📋 copy color: '#4119AC'

red 65 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #4119AC

Tints of Purple Heart #4119AC

RGB

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

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

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

R = 24.81%
G = 9.54%
B = 65.65%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4119AC (or 0x4119AC) is known color: Purple Heart. HEX triplet: 41, 19 and AC. RGB value is (65,25,172). Sum of RGB (Red+Green+Blue) = 65+25+172=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #4119AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4119AC is #BEE653. Grayscale: #353535. Windows color (decimal): -12510804 or 11278657. OLE color: 11278657.

HSL color Cylindrical-coordinate representation of color #4119AC: hue angle of 256.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4119AC is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 25 172 -
CMYK 0.62 0.85 0 0.33
HSL 256.33º 0.75% 0.39% -
HSV(B) 256.33º 0.85% 0.67% -
XYZ 9.97 4.8 39.43 -
YUV 53.72 194.75 136.05 -
System Red Green Blue C M Y K H S L
Decimal 65 25 172 0.62 0.85 0 0.33 256.33 0.75 0.39
Hex 41 19 AC 3E 55 0 21 100 4B 27
Octal 101 31 254 76 125 0 41 400 113 47
Binary 1000001 11001 10101100 111110 1010101 0 100001 100000000 1001011 100111

Color Harmonies of #4119AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119AC

Black with #4119AC

Text Example


Text Example

White with #4119AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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