Html Css Color HEX #4C0FBF Purple Heart

📋 copy color: '#4C0FBF'

red 76 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #4C0FBF

Tints of Purple Heart #4C0FBF

RGB

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

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

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

R = 26.95%
G = 5.32%
B = 67.73%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C0FBF (or 0x4C0FBF) is known color: Purple Heart. HEX triplet: 4C, 0F and BF. RGB value is (76,15,191). Sum of RGB (Red+Green+Blue) = 76+15+191=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FBF is #B3F040. Grayscale: #343434. Windows color (decimal): -11792449 or 12521292. OLE color: 12521292.

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

Color convert

RGB 76 15 191 -
CMYK 0.60 0.92 0 0.25
HSL 260.8º 0.85% 0.4% -
HSV(B) 260.8º 0.92% 0.75% -
XYZ 12.56 5.64 49.72 -
YUV 53.3 205.71 144.19 -
System Red Green Blue C M Y K H S L
Decimal 76 15 191 0.60 0.92 0 0.25 260.8 0.85 0.4
Hex 4C F BF 3C 5C 0 19 105 55 28
Octal 114 17 277 74 134 0 31 405 125 50
Binary 1001100 1111 10111111 111100 1011100 0 11001 100000101 1010101 101000

Color Harmonies of #4C0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0FBF

Black with #4C0FBF

Text Example


Text Example

White with #4C0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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