Html Css Color HEX #4C0BAF Purple Heart

📋 copy color: '#4C0BAF'

red 76 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #4C0BAF

Tints of Purple Heart #4C0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

 BLUE value IS 175 (68.75% from 255) = 66.79%

R = 29.01%
G = 4.2%
B = 66.79%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4C0BAF (or 0x4C0BAF) is known color: Purple Heart. HEX triplet: 4C, 0B and AF. RGB value is (76,11,175). Sum of RGB (Red+Green+Blue) = 76+11+175=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C0BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0BAF is #B3F450. Grayscale: #303030. Windows color (decimal): -11793489 or 11471692. OLE color: 11471692.

HSL color Cylindrical-coordinate representation of color #4C0BAF: hue angle of 263.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0BAF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 11 175 -
CMYK 0.57 0.94 0 0.31
HSL 263.78º 0.88% 0.36% -
HSV(B) 263.78º 0.94% 0.69% -
XYZ 10.84 4.87 40.93 -
YUV 49.13 199.03 147.16 -
System Red Green Blue C M Y K H S L
Decimal 76 11 175 0.57 0.94 0 0.31 263.78 0.88 0.36
Hex 4C B AF 39 5E 0 1F 108 58 24
Octal 114 13 257 71 136 0 37 410 130 44
Binary 1001100 1011 10101111 111001 1011110 0 11111 100001000 1011000 100100

Color Harmonies of #4C0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0BAF

Black with #4C0BAF

Text Example


Text Example

White with #4C0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,11,175); }

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

background-color css

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

 a { background-color: rgb(76,11,175); }

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

border-color css

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

 span { border-color: rgb(76,11,175); }

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