Html Css Color HEX #4F32B6 Purple Heart

📋 copy color: '#4F32B6'

red 79 ◦ green 50 ◦ blue 182

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

Shades of Purple Heart #4F32B6

Tints of Purple Heart #4F32B6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 25.4%
G = 16.08%
B = 58.52%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4F32B6 (or 0x4F32B6) is known color: Purple Heart. HEX triplet: 4F, 32 and B6. RGB value is (79,50,182). Sum of RGB (Red+Green+Blue) = 79+50+182=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #4F32B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32B6 is #B0CD49. Grayscale: #494949. Windows color (decimal): -11586890 or 11940431. OLE color: 11940431.

HSL color Cylindrical-coordinate representation of color #4F32B6: hue angle of 253.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F32B6 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 50 182 -
CMYK 0.57 0.73 0 0.29
HSL 253.18º 0.57% 0.45% -
HSV(B) 253.18º 0.73% 0.71% -
XYZ 12.81 7.32 44.99 -
YUV 73.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 79 50 182 0.57 0.73 0 0.29 253.18 0.57 0.45
Hex 4F 32 B6 39 49 0 1D FD 39 2D
Octal 117 62 266 71 111 0 35 375 71 55
Binary 1001111 110010 10110110 111001 1001001 0 11101 11111101 111001 101101

Color Harmonies of #4F32B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F32B6

Black with #4F32B6

Text Example


Text Example

White with #4F32B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,182); }

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

background-color css

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

 a { background-color: rgb(79,50,182); }

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

border-color css

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

 span { border-color: rgb(79,50,182); }

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