Html Css Color HEX #4915B1 Purple Heart

📋 copy color: '#4915B1'

red 73 ◦ green 21 ◦ blue 177

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

Shades of Purple Heart #4915B1

Tints of Purple Heart #4915B1

RGB

 RED value IS 73 (28.91% from 255) = 26.94%

 GREEN value IS 21 (8.59% from 255) = 7.75%

 BLUE value IS 177 (69.53% from 255) = 65.31%

R = 26.94%
G = 7.75%
B = 65.31%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4915B1 (or 0x4915B1) is known color: Purple Heart. HEX triplet: 49, 15 and B1. RGB value is (73,21,177). Sum of RGB (Red+Green+Blue) = 73+21+177=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #4915B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4915B1 is #B6EA4E. Grayscale: #353535. Windows color (decimal): -11987535 or 11605321. OLE color: 11605321.

HSL color Cylindrical-coordinate representation of color #4915B1: hue angle of 260º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4915B1 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 21 177 -
CMYK 0.59 0.88 0 0.31
HSL 260º 0.79% 0.39% -
HSV(B) 260º 0.88% 0.69% -
XYZ 10.95 5.13 42.01 -
YUV 54.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 73 21 177 0.59 0.88 0 0.31 260 0.79 0.39
Hex 49 15 B1 3B 58 0 1F 104 4F 27
Octal 111 25 261 73 130 0 37 404 117 47
Binary 1001001 10101 10110001 111011 1011000 0 11111 100000100 1001111 100111

Color Harmonies of #4915B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915B1

Black with #4915B1

Text Example


Text Example

White with #4915B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4915B1; }

 p { color: rgb(73,21,177); }

 H1.HeaderClassName
 {
   color: #4915B1;
 }
 .AnyTagClassName
 {
   color: #4915B1;
 }
</style>

background-color css

<style>
 a { background-color: #4915B1; }

 a { background-color: rgb(73,21,177); }

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

border-color css

<style>
 span { border-color: #4915B1; }

 span { border-color: rgb(73,21,177); }

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