Html Css Color HEX #4A1155 Hot Purple

📋 copy color: '#4A1155'

red 74 ◦ green 17 ◦ blue 85

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

Shades of Hot Purple #4A1155

Tints of Hot Purple #4A1155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 85 (33.59% from 255) = 48.3%

R = 42.05%
G = 9.66%
B = 48.3%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A1155 (or 0x4A1155) is known color: Hot Purple. HEX triplet: 4A, 11 and 55. RGB value is (74,17,85). Sum of RGB (Red+Green+Blue) = 74+17+85=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A1155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1155 is #B5EEAA. Grayscale: #292929. Windows color (decimal): -11923115 or 5574986. OLE color: 5574986.

HSL color Cylindrical-coordinate representation of color #4A1155: hue angle of 290.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1155 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 17 85 -
CMYK 0.13 0.80 0 0.67
HSL 290.29º 0.67% 0.2% -
HSV(B) 290.29º 0.8% 0.33% -
XYZ 4.66 2.51 8.83 -
YUV 41.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 74 17 85 0.13 0.80 0 0.67 290.29 0.67 0.2
Hex 4A 11 55 D 50 0 43 122 43 14
Octal 112 21 125 15 120 0 103 442 103 24
Binary 1001010 10001 1010101 1101 1010000 0 1000011 100100010 1000011 10100

Color Harmonies of #4A1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1155

Black with #4A1155

Text Example


Text Example

White with #4A1155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,17,85); }

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

background-color css

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

 a { background-color: rgb(74,17,85); }

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

border-color css

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

 span { border-color: rgb(74,17,85); }

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