Html Css Color HEX #490452 Hot Purple

📋 copy color: '#490452'

red 73 ◦ green 4 ◦ blue 82

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

Shades of Hot Purple #490452

Tints of Hot Purple #490452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 45.91%
G = 2.52%
B = 51.57%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490452 (or 0x490452) is known color: Hot Purple. HEX triplet: 49, 04 and 52. RGB value is (73,4,82). Sum of RGB (Red+Green+Blue) = 73+4+82=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #490452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490452 is #B6FBAD. Grayscale: #212121. Windows color (decimal): -11991982 or 5375049. OLE color: 5375049.

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

Color convert

RGB 73 4 82 -
CMYK 0.11 0.95 0 0.68
HSL 293.08º 0.91% 0.17% -
HSV(B) 293.08º 0.95% 0.32% -
XYZ 4.31 2.11 8.16 -
YUV 33.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 73 4 82 0.11 0.95 0 0.68 293.08 0.91 0.17
Hex 49 4 52 B 5F 0 44 125 5B 11
Octal 111 4 122 13 137 0 104 445 133 21
Binary 1001001 100 1010010 1011 1011111 0 1000100 100100101 1011011 10001

Color Harmonies of #490452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490452

Black with #490452

Text Example


Text Example

White with #490452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490452; }

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

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

background-color css

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

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

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

border-color css

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

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

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