Html Css Color HEX #4F10BA Purple Heart

📋 copy color: '#4F10BA'

red 79 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #4F10BA

Tints of Purple Heart #4F10BA

RGB

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

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

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

R = 28.11%
G = 5.69%
B = 66.19%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F10BA (or 0x4F10BA) is known color: Purple Heart. HEX triplet: 4F, 10 and BA. RGB value is (79,16,186). Sum of RGB (Red+Green+Blue) = 79+16+186=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10BA is #B0EF45. Grayscale: #353535. Windows color (decimal): -11595590 or 12193871. OLE color: 12193871.

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

Color convert

RGB 79 16 186 -
CMYK 0.58 0.91 0 0.27
HSL 262.24º 0.84% 0.4% -
HSV(B) 262.24º 0.91% 0.73% -
XYZ 12.27 5.58 46.88 -
YUV 54.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 79 16 186 0.58 0.91 0 0.27 262.24 0.84 0.4
Hex 4F 10 BA 3A 5B 0 1B 106 54 28
Octal 117 20 272 72 133 0 33 406 124 50
Binary 1001111 10000 10111010 111010 1011011 0 11011 100000110 1010100 101000

Color Harmonies of #4F10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F10BA

Black with #4F10BA

Text Example


Text Example

White with #4F10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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