Html Css Color HEX #4C0FAB Purple Heart

📋 copy color: '#4C0FAB'

red 76 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #4C0FAB

Tints of Purple Heart #4C0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

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

R = 29.01%
G = 5.73%
B = 65.27%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C0FAB (or 0x4C0FAB) is known color: Purple Heart. HEX triplet: 4C, 0F and AB. RGB value is (76,15,171). Sum of RGB (Red+Green+Blue) = 76+15+171=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0FAB is #B3F054. Grayscale: #323232. Windows color (decimal): -11792469 or 11210572. OLE color: 11210572.

HSL color Cylindrical-coordinate representation of color #4C0FAB: hue angle of 263.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0FAB is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 15 171 -
CMYK 0.56 0.91 0 0.33
HSL 263.46º 0.84% 0.36% -
HSV(B) 263.46º 0.91% 0.67% -
XYZ 10.5 4.82 38.9 -
YUV 51.02 195.71 145.82 -
System Red Green Blue C M Y K H S L
Decimal 76 15 171 0.56 0.91 0 0.33 263.46 0.84 0.36
Hex 4C F AB 38 5B 0 21 107 54 24
Octal 114 17 253 70 133 0 41 407 124 44
Binary 1001100 1111 10101011 111000 1011011 0 100001 100000111 1010100 100100

Color Harmonies of #4C0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0FAB

Black with #4C0FAB

Text Example


Text Example

White with #4C0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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