Html Css Color HEX #4A0A52 Hot Purple

📋 copy color: '#4A0A52'

red 74 ◦ green 10 ◦ blue 82

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

Shades of Hot Purple #4A0A52

Tints of Hot Purple #4A0A52

RGB

 RED value IS 74 (29.3% from 255) = 44.58%

 GREEN value IS 10 (4.3% from 255) = 6.02%

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

R = 44.58%
G = 6.02%
B = 49.4%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4A0A52 (or 0x4A0A52) is known color: Hot Purple. HEX triplet: 4A, 0A and 52. RGB value is (74,10,82). Sum of RGB (Red+Green+Blue) = 74+10+82=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A0A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0A52 is #B5F5AD. Grayscale: #252525. Windows color (decimal): -11924910 or 5376586. OLE color: 5376586.

HSL color Cylindrical-coordinate representation of color #4A0A52: hue angle of 293.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A0A52 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 10 82 -
CMYK 0.10 0.88 0 0.68
HSL 293.33º 0.78% 0.18% -
HSV(B) 293.33º 0.88% 0.32% -
XYZ 4.46 2.28 8.19 -
YUV 37.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 74 10 82 0.10 0.88 0 0.68 293.33 0.78 0.18
Hex 4A A 52 A 58 0 44 125 4E 12
Octal 112 12 122 12 130 0 104 445 116 22
Binary 1001010 1010 1010010 1010 1011000 0 1000100 100100101 1001110 10010

Color Harmonies of #4A0A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0A52

Black with #4A0A52

Text Example


Text Example

White with #4A0A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A0A52; }

 p { color: rgb(74,10,82); }

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

background-color css

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

 a { background-color: rgb(74,10,82); }

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

border-color css

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

 span { border-color: rgb(74,10,82); }

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