Html Css Color HEX #48334E Hot Purple

📋 copy color: '#48334E'

red 72 ◦ green 51 ◦ blue 78

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

Shades of Hot Purple #48334E

Tints of Hot Purple #48334E

RGB

 RED value IS 72 (28.52% from 255) = 35.82%

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 35.82%
G = 25.37%
B = 38.81%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48334E (or 0x48334E) is known color: Hot Purple. HEX triplet: 48, 33 and 4E. RGB value is (72,51,78). Sum of RGB (Red+Green+Blue) = 72+51+78=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 78 - color contains mainly: blue. Hex color #48334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48334E is #B7CCB1. Grayscale: #3C3C3C. Windows color (decimal): -12045490 or 5124936. OLE color: 5124936.

HSL color Cylindrical-coordinate representation of color #48334E: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48334E is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 51 78 -
CMYK 0.08 0.35 0 0.69
HSL 286.67º 0.21% 0.25% -
HSV(B) 286.67º 0.35% 0.31% -
XYZ 5.23 4.3 7.76 -
YUV 60.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 72 51 78 0.08 0.35 0 0.69 286.67 0.21 0.25
Hex 48 33 4E 8 23 0 45 11F 15 19
Octal 110 63 116 10 43 0 105 437 25 31
Binary 1001000 110011 1001110 1000 100011 0 1000101 100011111 10101 11001

Color Harmonies of #48334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48334E

Black with #48334E

Text Example


Text Example

White with #48334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48334E; }

 p { color: rgb(72,51,78); }

 H1.HeaderClassName
 {
   color: #48334E;
 }
 .AnyTagClassName
 {
   color: #48334E;
 }
</style>

background-color css

<style>
 a { background-color: #48334E; }

 a { background-color: rgb(72,51,78); }

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

border-color css

<style>
 span { border-color: #48334E; }

 span { border-color: rgb(72,51,78); }

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