Html Css Color HEX #4F2CAB Purple Heart

📋 copy color: '#4F2CAB'

red 79 ◦ green 44 ◦ blue 171

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

Shades of Purple Heart #4F2CAB

Tints of Purple Heart #4F2CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.97%

 BLUE value IS 171 (67.19% from 255) = 58.16%

R = 26.87%
G = 14.97%
B = 58.16%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F2CAB (or 0x4F2CAB) is known color: Purple Heart. HEX triplet: 4F, 2C and AB. RGB value is (79,44,171). Sum of RGB (Red+Green+Blue) = 79+44+171=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F2CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2CAB is #B0D354. Grayscale: #444444. Windows color (decimal): -11588437 or 11217999. OLE color: 11217999.

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

Color convert

RGB 79 44 171 -
CMYK 0.54 0.74 0 0.33
HSL 256.54º 0.59% 0.42% -
HSV(B) 256.54º 0.74% 0.67% -
XYZ 11.48 6.4 39.16 -
YUV 68.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 79 44 171 0.54 0.74 0 0.33 256.54 0.59 0.42
Hex 4F 2C AB 36 4A 0 21 101 3B 2A
Octal 117 54 253 66 112 0 41 401 73 52
Binary 1001111 101100 10101011 110110 1001010 0 100001 100000001 111011 101010

Color Harmonies of #4F2CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2CAB

Black with #4F2CAB

Text Example


Text Example

White with #4F2CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,44,171); }

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

background-color css

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

 a { background-color: rgb(79,44,171); }

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

border-color css

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

 span { border-color: rgb(79,44,171); }

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