Html Css Color HEX #4A0453 Hot Purple

📋 copy color: '#4A0453'

red 74 ◦ green 4 ◦ blue 83

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

Shades of Hot Purple #4A0453

Tints of Hot Purple #4A0453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.55%

R = 45.96%
G = 2.48%
B = 51.55%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A0453 (or 0x4A0453) is known color: Hot Purple. HEX triplet: 4A, 04 and 53. RGB value is (74,4,83). Sum of RGB (Red+Green+Blue) = 74+4+83=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0453 is #B5FBAC. Grayscale: #212121. Windows color (decimal): -11926445 or 5440586. OLE color: 5440586.

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

Color convert

RGB 74 4 83 -
CMYK 0.11 0.95 0 0.67
HSL 293.16º 0.91% 0.17% -
HSV(B) 293.16º 0.95% 0.33% -
XYZ 4.43 2.17 8.37 -
YUV 33.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 74 4 83 0.11 0.95 0 0.67 293.16 0.91 0.17
Hex 4A 4 53 B 5F 0 43 125 5B 11
Octal 112 4 123 13 137 0 103 445 133 21
Binary 1001010 100 1010011 1011 1011111 0 1000011 100100101 1011011 10001

Color Harmonies of #4A0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0453

Black with #4A0453

Text Example


Text Example

White with #4A0453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,83); }

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

background-color css

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

 a { background-color: rgb(74,4,83); }

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

border-color css

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

 span { border-color: rgb(74,4,83); }

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