Html Css Color HEX #4A1C53 Hot Purple

📋 copy color: '#4A1C53'

red 74 ◦ green 28 ◦ blue 83

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

Shades of Hot Purple #4A1C53

Tints of Hot Purple #4A1C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 40%
G = 15.14%
B = 44.86%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A1C53 (or 0x4A1C53) is known color: Hot Purple. HEX triplet: 4A, 1C and 53. RGB value is (74,28,83). Sum of RGB (Red+Green+Blue) = 74+28+83=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A1C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1C53 is #B5E3AC. Grayscale: #2F2F2F. Windows color (decimal): -11920301 or 5446730. OLE color: 5446730.

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

Color convert

RGB 74 28 83 -
CMYK 0.11 0.66 0 0.67
HSL 290.18º 0.5% 0.22% -
HSV(B) 290.18º 0.66% 0.33% -
XYZ 4.8 2.91 8.49 -
YUV 48.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 74 28 83 0.11 0.66 0 0.67 290.18 0.5 0.22
Hex 4A 1C 53 B 42 0 43 122 32 16
Octal 112 34 123 13 102 0 103 442 62 26
Binary 1001010 11100 1010011 1011 1000010 0 1000011 100100010 110010 10110

Color Harmonies of #4A1C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C53

Black with #4A1C53

Text Example


Text Example

White with #4A1C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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