Html Css Color HEX #4C1CBF Purple Heart

📋 copy color: '#4C1CBF'

red 76 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #4C1CBF

Tints of Purple Heart #4C1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 25.76%
G = 9.49%
B = 64.75%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C1CBF (or 0x4C1CBF) is known color: Purple Heart. HEX triplet: 4C, 1C and BF. RGB value is (76,28,191). Sum of RGB (Red+Green+Blue) = 76+28+191=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CBF is #B3E340. Grayscale: #3C3C3C. Windows color (decimal): -11789121 or 12524620. OLE color: 12524620.

HSL color Cylindrical-coordinate representation of color #4C1CBF: hue angle of 257.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1CBF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 28 191 -
CMYK 0.60 0.85 0 0.25
HSL 257.67º 0.74% 0.43% -
HSV(B) 257.67º 0.85% 0.75% -
XYZ 12.8 6.13 49.8 -
YUV 60.93 201.4 138.75 -
System Red Green Blue C M Y K H S L
Decimal 76 28 191 0.60 0.85 0 0.25 257.67 0.74 0.43
Hex 4C 1C BF 3C 55 0 19 102 4A 2B
Octal 114 34 277 74 125 0 31 402 112 53
Binary 1001100 11100 10111111 111100 1010101 0 11001 100000010 1001010 101011

Color Harmonies of #4C1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1CBF

Black with #4C1CBF

Text Example


Text Example

White with #4C1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,28,191); }

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

background-color css

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

 a { background-color: rgb(76,28,191); }

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

border-color css

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

 span { border-color: rgb(76,28,191); }

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