Html Css Color HEX #490652 Hot Purple

📋 copy color: '#490652'

red 73 ◦ green 6 ◦ blue 82

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

Shades of Hot Purple #490652

Tints of Hot Purple #490652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 45.34%
G = 3.73%
B = 50.93%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490652 (or 0x490652) is known color: Hot Purple. HEX triplet: 49, 06 and 52. RGB value is (73,6,82). Sum of RGB (Red+Green+Blue) = 73+6+82=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #490652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490652 is #B6F9AD. Grayscale: #222222. Windows color (decimal): -11991470 or 5375561. OLE color: 5375561.

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

Color convert

RGB 73 6 82 -
CMYK 0.11 0.93 0 0.68
HSL 292.89º 0.86% 0.17% -
HSV(B) 292.89º 0.93% 0.32% -
XYZ 4.34 2.16 8.17 -
YUV 34.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 73 6 82 0.11 0.93 0 0.68 292.89 0.86 0.17
Hex 49 6 52 B 5D 0 44 125 56 11
Octal 111 6 122 13 135 0 104 445 126 21
Binary 1001001 110 1010010 1011 1011101 0 1000100 100100101 1010110 10001

Color Harmonies of #490652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490652

Black with #490652

Text Example


Text Example

White with #490652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490652; }

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

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

background-color css

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

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

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

border-color css

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

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

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