Html Css Color HEX #4115AB Purple Heart

📋 copy color: '#4115AB'

red 65 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #4115AB

Tints of Purple Heart #4115AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 25.29%
G = 8.17%
B = 66.54%

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

#4115AB (or 0x4115AB) is known color: Purple Heart. HEX triplet: 41, 15 and AB. RGB value is (65,21,171). Sum of RGB (Red+Green+Blue) = 65+21+171=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #4115AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4115AB is #BEEA54. Grayscale: #323232. Windows color (decimal): -12511829 or 11212097. OLE color: 11212097.

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

Color convert

RGB 65 21 171 -
CMYK 0.62 0.88 0 0.33
HSL 257.6º 0.78% 0.38% -
HSV(B) 257.6º 0.88% 0.67% -
XYZ 9.8 4.6 38.9 -
YUV 51.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 65 21 171 0.62 0.88 0 0.33 257.6 0.78 0.38
Hex 41 15 AB 3E 58 0 21 102 4E 26
Octal 101 25 253 76 130 0 41 402 116 46
Binary 1000001 10101 10101011 111110 1011000 0 100001 100000010 1001110 100110

Color Harmonies of #4115AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115AB

Black with #4115AB

Text Example


Text Example

White with #4115AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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