Html Css Color HEX #490152 Hot Purple

📋 copy color: '#490152'

red 73 ◦ green 1 ◦ blue 82

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

Shades of Hot Purple #490152

Tints of Hot Purple #490152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 82 (32.42% from 255) = 52.56%

R = 46.79%
G = 0.64%
B = 52.56%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490152 (or 0x490152) is known color: Hot Purple. HEX triplet: 49, 01 and 52. RGB value is (73,1,82). Sum of RGB (Red+Green+Blue) = 73+1+82=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #490152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490152 is #B6FEAD. Grayscale: #1F1F1F. Windows color (decimal): -11992750 or 5374281. OLE color: 5374281.

HSL color Cylindrical-coordinate representation of color #490152: hue angle of 293.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490152 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 1 82 -
CMYK 0.11 0.99 0 0.68
HSL 293.33º 0.98% 0.16% -
HSV(B) 293.33º 0.99% 0.32% -
XYZ 4.28 2.05 8.15 -
YUV 31.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 73 1 82 0.11 0.99 0 0.68 293.33 0.98 0.16
Hex 49 1 52 B 63 0 44 125 62 10
Octal 111 1 122 13 143 0 104 445 142 20
Binary 1001001 1 1010010 1011 1100011 0 1000100 100100101 1100010 10000

Color Harmonies of #490152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490152

Black with #490152

Text Example


Text Example

White with #490152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490152; }

 p { color: rgb(73,1,82); }

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

background-color css

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

 a { background-color: rgb(73,1,82); }

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

border-color css

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

 span { border-color: rgb(73,1,82); }

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