Html Css Color HEX #4F2BAC Purple Heart

📋 copy color: '#4F2BAC'

red 79 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #4F2BAC

Tints of Purple Heart #4F2BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.63%

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 26.87%
G = 14.63%
B = 58.5%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F2BAC (or 0x4F2BAC) is known color: Purple Heart. HEX triplet: 4F, 2B and AC. RGB value is (79,43,172). Sum of RGB (Red+Green+Blue) = 79+43+172=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F2BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2BAC is #B0D453. Grayscale: #434343. Windows color (decimal): -11588692 or 11283279. OLE color: 11283279.

HSL color Cylindrical-coordinate representation of color #4F2BAC: hue angle of 256.74º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2BAC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 43 172 -
CMYK 0.54 0.75 0 0.33
HSL 256.74º 0.6% 0.42% -
HSV(B) 256.74º 0.75% 0.67% -
XYZ 11.53 6.37 39.65 -
YUV 68.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 79 43 172 0.54 0.75 0 0.33 256.74 0.6 0.42
Hex 4F 2B AC 36 4B 0 21 101 3C 2A
Octal 117 53 254 66 113 0 41 401 74 52
Binary 1001111 101011 10101100 110110 1001011 0 100001 100000001 111100 101010

Color Harmonies of #4F2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2BAC

Black with #4F2BAC

Text Example


Text Example

White with #4F2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,43,172); }

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

background-color css

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

 a { background-color: rgb(79,43,172); }

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

border-color css

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

 span { border-color: rgb(79,43,172); }

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