Html Css Color HEX #4926AC Purple Heart

📋 copy color: '#4926AC'

red 73 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #4926AC

Tints of Purple Heart #4926AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 25.8%
G = 13.43%
B = 60.78%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4926AC (or 0x4926AC) is known color: Purple Heart. HEX triplet: 49, 26 and AC. RGB value is (73,38,172). Sum of RGB (Red+Green+Blue) = 73+38+172=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #4926AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4926AC is #B6D953. Grayscale: #3F3F3F. Windows color (decimal): -11983188 or 11281993. OLE color: 11281993.

HSL color Cylindrical-coordinate representation of color #4926AC: hue angle of 255.67º 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 #4926AC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 38 172 -
CMYK 0.58 0.78 0 0.33
HSL 255.67º 0.64% 0.41% -
HSV(B) 255.67º 0.78% 0.67% -
XYZ 10.89 5.78 39.57 -
YUV 63.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 73 38 172 0.58 0.78 0 0.33 255.67 0.64 0.41
Hex 49 26 AC 3A 4E 0 21 100 40 29
Octal 111 46 254 72 116 0 41 400 100 51
Binary 1001001 100110 10101100 111010 1001110 0 100001 100000000 1000000 101001

Color Harmonies of #4926AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4926AC

Black with #4926AC

Text Example


Text Example

White with #4926AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4926AC; }

 p { color: rgb(73,38,172); }

 H1.HeaderClassName
 {
   color: #4926AC;
 }
 .AnyTagClassName
 {
   color: #4926AC;
 }
</style>

background-color css

<style>
 a { background-color: #4926AC; }

 a { background-color: rgb(73,38,172); }

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

border-color css

<style>
 span { border-color: #4926AC; }

 span { border-color: rgb(73,38,172); }

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