Html Css Color HEX #4C1BB0 Purple Heart

📋 copy color: '#4C1BB0'

red 76 ◦ green 27 ◦ blue 176

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

Shades of Purple Heart #4C1BB0

Tints of Purple Heart #4C1BB0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 176 (69.14% from 255) = 63.08%

R = 27.24%
G = 9.68%
B = 63.08%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4C1BB0 (or 0x4C1BB0) is known color: Purple Heart. HEX triplet: 4C, 1B and B0. RGB value is (76,27,176). Sum of RGB (Red+Green+Blue) = 76+27+176=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 176 (69.14% from 255 or 63.08% from 279); Max value from RGB is 176 - color contains mainly: blue. Hex color #4C1BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1BB0 is #B3E44F. Grayscale: #3A3A3A. Windows color (decimal): -11789392 or 11541324. OLE color: 11541324.

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

Color convert

RGB 76 27 176 -
CMYK 0.57 0.85 0 0.31
HSL 259.73º 0.73% 0.4% -
HSV(B) 259.73º 0.85% 0.69% -
XYZ 11.21 5.45 41.54 -
YUV 58.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 76 27 176 0.57 0.85 0 0.31 259.73 0.73 0.4
Hex 4C 1B B0 39 55 0 1F 104 49 28
Octal 114 33 260 71 125 0 37 404 111 50
Binary 1001100 11011 10110000 111001 1010101 0 11111 100000100 1001001 101000

Color Harmonies of #4C1BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1BB0

Black with #4C1BB0

Text Example


Text Example

White with #4C1BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,27,176); }

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

background-color css

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

 a { background-color: rgb(76,27,176); }

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

border-color css

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

 span { border-color: rgb(76,27,176); }

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