Html Css Color HEX #4B1253 Hot Purple

📋 copy color: '#4B1253'

red 75 ◦ green 18 ◦ blue 83

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

Shades of Hot Purple #4B1253

Tints of Hot Purple #4B1253

RGB

 RED value IS 75 (29.69% from 255) = 42.61%

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 42.61%
G = 10.23%
B = 47.16%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B1253 (or 0x4B1253) is known color: Hot Purple. HEX triplet: 4B, 12 and 53. RGB value is (75,18,83). Sum of RGB (Red+Green+Blue) = 75+18+83=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1253 is #B4EDAC. Grayscale: #2A2A2A. Windows color (decimal): -11857325 or 5444171. OLE color: 5444171.

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

Color convert

RGB 75 18 83 -
CMYK 0.10 0.78 0 0.67
HSL 292.62º 0.64% 0.2% -
HSV(B) 292.62º 0.78% 0.33% -
XYZ 4.68 2.55 8.43 -
YUV 42.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 75 18 83 0.10 0.78 0 0.67 292.62 0.64 0.2
Hex 4B 12 53 A 4E 0 43 125 40 14
Octal 113 22 123 12 116 0 103 445 100 24
Binary 1001011 10010 1010011 1010 1001110 0 1000011 100100101 1000000 10100

Color Harmonies of #4B1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1253

Black with #4B1253

Text Example


Text Example

White with #4B1253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,18,83); }

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

background-color css

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

 a { background-color: rgb(75,18,83); }

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

border-color css

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

 span { border-color: rgb(75,18,83); }

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