Html Css Color HEX #4B0350 Hot Purple

📋 copy color: '#4B0350'

red 75 ◦ green 3 ◦ blue 80

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

Shades of Hot Purple #4B0350

Tints of Hot Purple #4B0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 47.47%
G = 1.9%
B = 50.63%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B0350 (or 0x4B0350) is known color: Hot Purple. HEX triplet: 4B, 03 and 50. RGB value is (75,3,80). Sum of RGB (Red+Green+Blue) = 75+3+80=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0350 is #B4FCAF. Grayscale: #212121. Windows color (decimal): -11861168 or 5243723. OLE color: 5243723.

HSL color Cylindrical-coordinate representation of color #4B0350: hue angle of 296.1º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0350 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 3 80 -
CMYK 0.06 0.96 0 0.69
HSL 296.1º 0.93% 0.16% -
HSV(B) 296.1º 0.96% 0.31% -
XYZ 4.38 2.14 7.77 -
YUV 33.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 75 3 80 0.06 0.96 0 0.69 296.1 0.93 0.16
Hex 4B 3 50 6 60 0 45 128 5D 10
Octal 113 3 120 6 140 0 105 450 135 20
Binary 1001011 11 1010000 110 1100000 0 1000101 100101000 1011101 10000

Color Harmonies of #4B0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0350

Black with #4B0350

Text Example


Text Example

White with #4B0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,3,80); }

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

background-color css

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

 a { background-color: rgb(75,3,80); }

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

border-color css

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

 span { border-color: rgb(75,3,80); }

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