Html Css Color HEX #4F05BA Purple Heart

📋 copy color: '#4F05BA'

red 79 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #4F05BA

Tints of Purple Heart #4F05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 29.26%
G = 1.85%
B = 68.89%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F05BA (or 0x4F05BA) is known color: Purple Heart. HEX triplet: 4F, 05 and BA. RGB value is (79,5,186). Sum of RGB (Red+Green+Blue) = 79+5+186=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F05BA is #B0FA45. Grayscale: #2F2F2F. Windows color (decimal): -11598406 or 12191055. OLE color: 12191055.

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

Color convert

RGB 79 5 186 -
CMYK 0.58 0.97 0 0.27
HSL 264.53º 0.95% 0.37% -
HSV(B) 264.53º 0.97% 0.73% -
XYZ 12.14 5.32 46.84 -
YUV 47.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 79 5 186 0.58 0.97 0 0.27 264.53 0.95 0.37
Hex 4F 5 BA 3A 61 0 1B 109 5F 25
Octal 117 5 272 72 141 0 33 411 137 45
Binary 1001111 101 10111010 111010 1100001 0 11011 100001001 1011111 100101

Color Harmonies of #4F05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F05BA

Black with #4F05BA

Text Example


Text Example

White with #4F05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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