Html Css Color HEX #4F0EBA Purple Heart

📋 copy color: '#4F0EBA'

red 79 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #4F0EBA

Tints of Purple Heart #4F0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 28.32%
G = 5.02%
B = 66.67%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F0EBA (or 0x4F0EBA) is known color: Purple Heart. HEX triplet: 4F, 0E and BA. RGB value is (79,14,186). Sum of RGB (Red+Green+Blue) = 79+14+186=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0EBA is #B0F145. Grayscale: #343434. Windows color (decimal): -11596102 or 12193359. OLE color: 12193359.

HSL color Cylindrical-coordinate representation of color #4F0EBA: hue angle of 262.67º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0EBA is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 14 186 -
CMYK 0.58 0.92 0 0.27
HSL 262.67º 0.86% 0.39% -
HSV(B) 262.67º 0.92% 0.73% -
XYZ 12.24 5.52 46.87 -
YUV 53.04 203.03 146.51 -
System Red Green Blue C M Y K H S L
Decimal 79 14 186 0.58 0.92 0 0.27 262.67 0.86 0.39
Hex 4F E BA 3A 5C 0 1B 107 56 27
Octal 117 16 272 72 134 0 33 407 126 47
Binary 1001111 1110 10111010 111010 1011100 0 11011 100000111 1010110 100111

Color Harmonies of #4F0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0EBA

Black with #4F0EBA

Text Example


Text Example

White with #4F0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,14,186); }

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

background-color css

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

 a { background-color: rgb(79,14,186); }

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

border-color css

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

 span { border-color: rgb(79,14,186); }

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