Html Css Color HEX #4925AB Purple Heart

📋 copy color: '#4925AB'

red 73 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #4925AB

Tints of Purple Heart #4925AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 25.98%
G = 13.17%
B = 60.85%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4925AB (or 0x4925AB) is known color: Purple Heart. HEX triplet: 49, 25 and AB. RGB value is (73,37,171). Sum of RGB (Red+Green+Blue) = 73+37+171=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #4925AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4925AB is #B6DA54. Grayscale: #3E3E3E. Windows color (decimal): -11983445 or 11216201. OLE color: 11216201.

HSL color Cylindrical-coordinate representation of color #4925AB: hue angle of 256.12º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4925AB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 37 171 -
CMYK 0.57 0.78 0 0.33
HSL 256.12º 0.64% 0.41% -
HSV(B) 256.12º 0.78% 0.67% -
XYZ 10.76 5.68 39.06 -
YUV 63.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 73 37 171 0.57 0.78 0 0.33 256.12 0.64 0.41
Hex 49 25 AB 39 4E 0 21 100 40 29
Octal 111 45 253 71 116 0 41 400 100 51
Binary 1001001 100101 10101011 111001 1001110 0 100001 100000000 1000000 101001

Color Harmonies of #4925AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4925AB

Black with #4925AB

Text Example


Text Example

White with #4925AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4925AB; }

 p { color: rgb(73,37,171); }

 H1.HeaderClassName
 {
   color: #4925AB;
 }
 .AnyTagClassName
 {
   color: #4925AB;
 }
</style>

background-color css

<style>
 a { background-color: #4925AB; }

 a { background-color: rgb(73,37,171); }

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

border-color css

<style>
 span { border-color: #4925AB; }

 span { border-color: rgb(73,37,171); }

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