Html Css Color HEX #4910AF Purple Heart

📋 copy color: '#4910AF'

red 73 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #4910AF

Tints of Purple Heart #4910AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.29%

R = 27.65%
G = 6.06%
B = 66.29%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4910AF (or 0x4910AF) is known color: Purple Heart. HEX triplet: 49, 10 and AF. RGB value is (73,16,175). Sum of RGB (Red+Green+Blue) = 73+16+175=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #4910AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4910AF is #B6EF50. Grayscale: #323232. Windows color (decimal): -11988817 or 11472969. OLE color: 11472969.

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

Color convert

RGB 73 16 175 -
CMYK 0.58 0.91 0 0.31
HSL 261.51º 0.83% 0.37% -
HSV(B) 261.51º 0.91% 0.69% -
XYZ 10.67 4.88 40.94 -
YUV 51.17 197.88 143.57 -
System Red Green Blue C M Y K H S L
Decimal 73 16 175 0.58 0.91 0 0.31 261.51 0.83 0.37
Hex 49 10 AF 3A 5B 0 1F 106 53 25
Octal 111 20 257 72 133 0 37 406 123 45
Binary 1001001 10000 10101111 111010 1011011 0 11111 100000110 1010011 100101

Color Harmonies of #4910AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4910AF

Black with #4910AF

Text Example


Text Example

White with #4910AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4910AF; }

 p { color: rgb(73,16,175); }

 H1.HeaderClassName
 {
   color: #4910AF;
 }
 .AnyTagClassName
 {
   color: #4910AF;
 }
</style>

background-color css

<style>
 a { background-color: #4910AF; }

 a { background-color: rgb(73,16,175); }

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

border-color css

<style>
 span { border-color: #4910AF; }

 span { border-color: rgb(73,16,175); }

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