Html Css Color HEX #4C0FBE Purple Heart

📋 copy color: '#4C0FBE'

red 76 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #4C0FBE

Tints of Purple Heart #4C0FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 27.05%
G = 5.34%
B = 67.62%

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

#4C0FBE (or 0x4C0FBE) is known color: Purple Heart. HEX triplet: 4C, 0F and BE. RGB value is (76,15,190). Sum of RGB (Red+Green+Blue) = 76+15+190=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FBE is #B3F041. Grayscale: #343434. Windows color (decimal): -11792450 or 12455756. OLE color: 12455756.

HSL color Cylindrical-coordinate representation of color #4C0FBE: hue angle of 260.91º 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 #4C0FBE is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 15 190 -
CMYK 0.60 0.92 0 0.25
HSL 260.91º 0.85% 0.4% -
HSV(B) 260.91º 0.92% 0.75% -
XYZ 12.45 5.6 49.14 -
YUV 53.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 76 15 190 0.60 0.92 0 0.25 260.91 0.85 0.4
Hex 4C F BE 3C 5C 0 19 105 55 28
Octal 114 17 276 74 134 0 31 405 125 50
Binary 1001100 1111 10111110 111100 1011100 0 11001 100000101 1010101 101000

Color Harmonies of #4C0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0FBE

Black with #4C0FBE

Text Example


Text Example

White with #4C0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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