Html Css Color HEX #4F0CBE Purple Heart

📋 copy color: '#4F0CBE'

red 79 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #4F0CBE

Tints of Purple Heart #4F0CBE

RGB

 RED value IS 79 (31.25% from 255) = 28.11%

 GREEN value IS 12 (5.08% from 255) = 4.27%

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

R = 28.11%
G = 4.27%
B = 67.62%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F0CBE (or 0x4F0CBE) is known color: Purple Heart. HEX triplet: 4F, 0C and BE. RGB value is (79,12,190). Sum of RGB (Red+Green+Blue) = 79+12+190=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 12 (5.08% from 255 or 4.27% 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 #4F0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0CBE is #B0F341. Grayscale: #333333. Windows color (decimal): -11596610 or 12454991. OLE color: 12454991.

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

Color convert

RGB 79 12 190 -
CMYK 0.58 0.94 0 0.25
HSL 262.58º 0.88% 0.4% -
HSV(B) 262.58º 0.94% 0.75% -
XYZ 12.65 5.64 49.14 -
YUV 52.33 205.7 147.03 -
System Red Green Blue C M Y K H S L
Decimal 79 12 190 0.58 0.94 0 0.25 262.58 0.88 0.4
Hex 4F C BE 3A 5E 0 19 107 58 28
Octal 117 14 276 72 136 0 31 407 130 50
Binary 1001111 1100 10111110 111010 1011110 0 11001 100000111 1011000 101000

Color Harmonies of #4F0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0CBE

Black with #4F0CBE

Text Example


Text Example

White with #4F0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,12,190); }

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

background-color css

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

 a { background-color: rgb(79,12,190); }

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

border-color css

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

 span { border-color: rgb(79,12,190); }

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