Html Css Color HEX #452B48 Hot Purple

📋 copy color: '#452B48'

red 69 ◦ green 43 ◦ blue 72

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

Shades of Hot Purple #452B48

Tints of Hot Purple #452B48

RGB

 RED value IS 69 (27.34% from 255) = 37.5%

 GREEN value IS 43 (17.19% from 255) = 23.37%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 37.5%
G = 23.37%
B = 39.13%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#452B48 (or 0x452B48) is known color: Hot Purple. HEX triplet: 45, 2B and 48. RGB value is (69,43,72). Sum of RGB (Red+Green+Blue) = 69+43+72=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #452B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B48 is #BAD4B7. Grayscale: #353535. Windows color (decimal): -12244152 or 4729669. OLE color: 4729669.

HSL color Cylindrical-coordinate representation of color #452B48: hue angle of 293.79º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #452B48 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 43 72 -
CMYK 0.04 0.40 0 0.72
HSL 293.79º 0.25% 0.23% -
HSV(B) 293.79º 0.4% 0.28% -
XYZ 4.49 3.46 6.56 -
YUV 54.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 69 43 72 0.04 0.40 0 0.72 293.79 0.25 0.23
Hex 45 2B 48 4 28 0 48 126 19 17
Octal 105 53 110 4 50 0 110 446 31 27
Binary 1000101 101011 1001000 100 101000 0 1001000 100100110 11001 10111

Color Harmonies of #452B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452B48

Black with #452B48

Text Example


Text Example

White with #452B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452B48; }

 p { color: rgb(69,43,72); }

 H1.HeaderClassName
 {
   color: #452B48;
 }
 .AnyTagClassName
 {
   color: #452B48;
 }
</style>

background-color css

<style>
 a { background-color: #452B48; }

 a { background-color: rgb(69,43,72); }

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

border-color css

<style>
 span { border-color: #452B48; }

 span { border-color: rgb(69,43,72); }

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