Html Css Color HEX #4C11AB Purple Heart

📋 copy color: '#4C11AB'

red 76 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #4C11AB

Tints of Purple Heart #4C11AB

RGB

 RED value IS 76 (30.08% from 255) = 28.79%

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 28.79%
G = 6.44%
B = 64.77%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C11AB (or 0x4C11AB) is known color: Purple Heart. HEX triplet: 4C, 11 and AB. RGB value is (76,17,171). Sum of RGB (Red+Green+Blue) = 76+17+171=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C11AB is #B3EE54. Grayscale: #333333. Windows color (decimal): -11791957 or 11211084. OLE color: 11211084.

HSL color Cylindrical-coordinate representation of color #4C11AB: hue angle of 262.99º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C11AB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 17 171 -
CMYK 0.56 0.90 0 0.33
HSL 262.99º 0.82% 0.37% -
HSV(B) 262.99º 0.9% 0.67% -
XYZ 10.53 4.88 38.91 -
YUV 52.2 195.05 144.98 -
System Red Green Blue C M Y K H S L
Decimal 76 17 171 0.56 0.90 0 0.33 262.99 0.82 0.37
Hex 4C 11 AB 38 5A 0 21 107 52 25
Octal 114 21 253 70 132 0 41 407 122 45
Binary 1001100 10001 10101011 111000 1011010 0 100001 100000111 1010010 100101

Color Harmonies of #4C11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C11AB

Black with #4C11AB

Text Example


Text Example

White with #4C11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C11AB; }

 p { color: rgb(76,17,171); }

 H1.HeaderClassName
 {
   color: #4C11AB;
 }
 .AnyTagClassName
 {
   color: #4C11AB;
 }
</style>

background-color css

<style>
 a { background-color: #4C11AB; }

 a { background-color: rgb(76,17,171); }

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

border-color css

<style>
 span { border-color: #4C11AB; }

 span { border-color: rgb(76,17,171); }

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