Html Css Color HEX #48254E Hot Purple

📋 copy color: '#48254E'

red 72 ◦ green 37 ◦ blue 78

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

Shades of Hot Purple #48254E

Tints of Hot Purple #48254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 38.5%
G = 19.79%
B = 41.71%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48254E (or 0x48254E) is known color: Hot Purple. HEX triplet: 48, 25 and 4E. RGB value is (72,37,78). Sum of RGB (Red+Green+Blue) = 72+37+78=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #48254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48254E is #B7DAB1. Grayscale: #343434. Windows color (decimal): -12049074 or 5121352. OLE color: 5121352.

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

Color convert

RGB 72 37 78 -
CMYK 0.08 0.53 0 0.69
HSL 291.22º 0.36% 0.23% -
HSV(B) 291.22º 0.53% 0.31% -
XYZ 4.71 3.25 7.59 -
YUV 52.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 72 37 78 0.08 0.53 0 0.69 291.22 0.36 0.23
Hex 48 25 4E 8 35 0 45 123 24 17
Octal 110 45 116 10 65 0 105 443 44 27
Binary 1001000 100101 1001110 1000 110101 0 1000101 100100011 100100 10111

Color Harmonies of #48254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48254E

Black with #48254E

Text Example


Text Example

White with #48254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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