Html Css Color HEX #4B0853 Hot Purple

📋 copy color: '#4B0853'

red 75 ◦ green 8 ◦ blue 83

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

Shades of Hot Purple #4B0853

Tints of Hot Purple #4B0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

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

R = 45.18%
G = 4.82%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B0853 (or 0x4B0853) is known color: Hot Purple. HEX triplet: 4B, 08 and 53. RGB value is (75,8,83). Sum of RGB (Red+Green+Blue) = 75+8+83=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B0853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0853 is #B4F7AC. Grayscale: #242424. Windows color (decimal): -11859885 or 5441611. OLE color: 5441611.

HSL color Cylindrical-coordinate representation of color #4B0853: hue angle of 293.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0853 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 8 83 -
CMYK 0.10 0.90 0 0.67
HSL 293.6º 0.82% 0.18% -
HSV(B) 293.6º 0.9% 0.33% -
XYZ 4.55 2.29 8.39 -
YUV 36.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 75 8 83 0.10 0.90 0 0.67 293.6 0.82 0.18
Hex 4B 8 53 A 5A 0 43 126 52 12
Octal 113 10 123 12 132 0 103 446 122 22
Binary 1001011 1000 1010011 1010 1011010 0 1000011 100100110 1010010 10010

Color Harmonies of #4B0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0853

Black with #4B0853

Text Example


Text Example

White with #4B0853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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