Html Css Color HEX #4F10BE Purple Heart

📋 copy color: '#4F10BE'

red 79 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #4F10BE

Tints of Purple Heart #4F10BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 27.72%
G = 5.61%
B = 66.67%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F10BE (or 0x4F10BE) is known color: Purple Heart. HEX triplet: 4F, 10 and BE. RGB value is (79,16,190). Sum of RGB (Red+Green+Blue) = 79+16+190=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F10BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10BE is #B0EF41. Grayscale: #363636. Windows color (decimal): -11595586 or 12456015. OLE color: 12456015.

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

Color convert

RGB 79 16 190 -
CMYK 0.58 0.92 0 0.25
HSL 261.72º 0.84% 0.4% -
HSV(B) 261.72º 0.92% 0.75% -
XYZ 12.7 5.75 49.16 -
YUV 54.67 204.37 145.35 -
System Red Green Blue C M Y K H S L
Decimal 79 16 190 0.58 0.92 0 0.25 261.72 0.84 0.4
Hex 4F 10 BE 3A 5C 0 19 106 54 28
Octal 117 20 276 72 134 0 31 406 124 50
Binary 1001111 10000 10111110 111010 1011100 0 11001 100000110 1010100 101000

Color Harmonies of #4F10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F10BE

Black with #4F10BE

Text Example


Text Example

White with #4F10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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