Html Css Color HEX #4115AC Purple Heart

📋 copy color: '#4115AC'

red 65 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #4115AC

Tints of Purple Heart #4115AC

RGB

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

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

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

R = 25.19%
G = 8.14%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4115AC (or 0x4115AC) is known color: Purple Heart. HEX triplet: 41, 15 and AC. RGB value is (65,21,172). Sum of RGB (Red+Green+Blue) = 65+21+172=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #4115AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4115AC is #BEEA53. Grayscale: #323232. Windows color (decimal): -12511828 or 11277633. OLE color: 11277633.

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

Color convert

RGB 65 21 172 -
CMYK 0.62 0.88 0 0.33
HSL 257.48º 0.78% 0.38% -
HSV(B) 257.48º 0.88% 0.67% -
XYZ 9.89 4.64 39.4 -
YUV 51.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 65 21 172 0.62 0.88 0 0.33 257.48 0.78 0.38
Hex 41 15 AC 3E 58 0 21 101 4E 26
Octal 101 25 254 76 130 0 41 401 116 46
Binary 1000001 10101 10101100 111110 1011000 0 100001 100000001 1001110 100110

Color Harmonies of #4115AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115AC

Black with #4115AC

Text Example


Text Example

White with #4115AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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