Html Css Color HEX #4B0250 Hot Purple

📋 copy color: '#4B0250'

red 75 ◦ green 2 ◦ blue 80

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

Shades of Hot Purple #4B0250

Tints of Hot Purple #4B0250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 47.77%
G = 1.27%
B = 50.96%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B0250 (or 0x4B0250) is known color: Hot Purple. HEX triplet: 4B, 02 and 50. RGB value is (75,2,80). Sum of RGB (Red+Green+Blue) = 75+2+80=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0250 is #B4FDAF. Grayscale: #202020. Windows color (decimal): -11861424 or 5243467. OLE color: 5243467.

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

Color convert

RGB 75 2 80 -
CMYK 0.06 0.98 0 0.69
HSL 296.15º 0.95% 0.16% -
HSV(B) 296.15º 0.98% 0.31% -
XYZ 4.37 2.12 7.77 -
YUV 32.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 75 2 80 0.06 0.98 0 0.69 296.15 0.95 0.16
Hex 4B 2 50 6 62 0 45 128 5F 10
Octal 113 2 120 6 142 0 105 450 137 20
Binary 1001011 10 1010000 110 1100010 0 1000101 100101000 1011111 10000

Color Harmonies of #4B0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0250

Black with #4B0250

Text Example


Text Example

White with #4B0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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