Html Css Color HEX #4810AD Purple Heart

📋 copy color: '#4810AD'

red 72 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #4810AD

Tints of Purple Heart #4810AD

RGB

 RED value IS 72 (28.52% from 255) = 27.59%

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 173 (67.97% from 255) = 66.28%

R = 27.59%
G = 6.13%
B = 66.28%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4810AD (or 0x4810AD) is known color: Purple Heart. HEX triplet: 48, 10 and AD. RGB value is (72,16,173). Sum of RGB (Red+Green+Blue) = 72+16+173=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #4810AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4810AD is #B7EF52. Grayscale: #323232. Windows color (decimal): -12054355 or 11341896. OLE color: 11341896.

HSL color Cylindrical-coordinate representation of color #4810AD: hue angle of 261.4º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4810AD is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 16 173 -
CMYK 0.58 0.91 0 0.32
HSL 261.4º 0.83% 0.37% -
HSV(B) 261.4º 0.91% 0.68% -
XYZ 10.4 4.77 39.91 -
YUV 50.64 197.05 143.23 -
System Red Green Blue C M Y K H S L
Decimal 72 16 173 0.58 0.91 0 0.32 261.4 0.83 0.37
Hex 48 10 AD 3A 5B 0 20 105 53 25
Octal 110 20 255 72 133 0 40 405 123 45
Binary 1001000 10000 10101101 111010 1011011 0 100000 100000101 1010011 100101

Color Harmonies of #4810AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4810AD

Black with #4810AD

Text Example


Text Example

White with #4810AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4810AD; }

 p { color: rgb(72,16,173); }

 H1.HeaderClassName
 {
   color: #4810AD;
 }
 .AnyTagClassName
 {
   color: #4810AD;
 }
</style>

background-color css

<style>
 a { background-color: #4810AD; }

 a { background-color: rgb(72,16,173); }

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

border-color css

<style>
 span { border-color: #4810AD; }

 span { border-color: rgb(72,16,173); }

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