Html Css Color HEX #4F2FBA Purple Heart

📋 copy color: '#4F2FBA'

red 79 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #4F2FBA

Tints of Purple Heart #4F2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 25.32%
G = 15.06%
B = 59.62%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F2FBA (or 0x4F2FBA) is known color: Purple Heart. HEX triplet: 4F, 2F and BA. RGB value is (79,47,186). Sum of RGB (Red+Green+Blue) = 79+47+186=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2FBA is #B0D045. Grayscale: #474747. Windows color (decimal): -11587654 or 12201807. OLE color: 12201807.

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

Color convert

RGB 79 47 186 -
CMYK 0.58 0.75 0 0.27
HSL 253.81º 0.6% 0.46% -
HSV(B) 253.81º 0.75% 0.73% -
XYZ 13.1 7.24 47.16 -
YUV 72.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 79 47 186 0.58 0.75 0 0.27 253.81 0.6 0.46
Hex 4F 2F BA 3A 4B 0 1B FE 3C 2E
Octal 117 57 272 72 113 0 33 376 74 56
Binary 1001111 101111 10111010 111010 1001011 0 11011 11111110 111100 101110

Color Harmonies of #4F2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2FBA

Black with #4F2FBA

Text Example


Text Example

White with #4F2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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