Html Css Color HEX #4B284F Hot Purple

📋 copy color: '#4B284F'

red 75 ◦ green 40 ◦ blue 79

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

Shades of Hot Purple #4B284F

Tints of Hot Purple #4B284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 38.66%
G = 20.62%
B = 40.72%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B284F (or 0x4B284F) is known color: Hot Purple. HEX triplet: 4B, 28 and 4F. RGB value is (75,40,79). Sum of RGB (Red+Green+Blue) = 75+40+79=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B284F is #B4D7B0. Grayscale: #363636. Windows color (decimal): -11851697 or 5187659. OLE color: 5187659.

HSL color Cylindrical-coordinate representation of color #4B284F: hue angle of 293.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B284F is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 40 79 -
CMYK 0.05 0.49 0 0.69
HSL 293.85º 0.33% 0.23% -
HSV(B) 293.85º 0.49% 0.31% -
XYZ 5.07 3.58 7.82 -
YUV 54.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 75 40 79 0.05 0.49 0 0.69 293.85 0.33 0.23
Hex 4B 28 4F 5 31 0 45 126 21 17
Octal 113 50 117 5 61 0 105 446 41 27
Binary 1001011 101000 1001111 101 110001 0 1000101 100100110 100001 10111

Color Harmonies of #4B284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B284F

Black with #4B284F

Text Example


Text Example

White with #4B284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,40,79); }

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

background-color css

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

 a { background-color: rgb(75,40,79); }

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

border-color css

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

 span { border-color: rgb(75,40,79); }

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