Html Css Color HEX #52375A Hot Purple

📋 copy color: '#52375A'

red 82 ◦ green 55 ◦ blue 90

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

Shades of Hot Purple #52375A

Tints of Hot Purple #52375A

RGB

 RED value IS 82 (32.42% from 255) = 36.12%

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 36.12%
G = 24.23%
B = 39.65%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52375A (or 0x52375A) is known color: Hot Purple. HEX triplet: 52, 37 and 5A. RGB value is (82,55,90). Sum of RGB (Red+Green+Blue) = 82+55+90=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #52375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52375A is #ADC8A5. Grayscale: #424242. Windows color (decimal): -11389094 or 5912402. OLE color: 5912402.

HSL color Cylindrical-coordinate representation of color #52375A: hue angle of 286.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52375A is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 55 90 -
CMYK 0.09 0.39 0 0.65
HSL 286.29º 0.24% 0.28% -
HSV(B) 286.29º 0.39% 0.35% -
XYZ 6.69 5.26 10.34 -
YUV 67.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 82 55 90 0.09 0.39 0 0.65 286.29 0.24 0.28
Hex 52 37 5A 9 27 0 41 11E 18 1C
Octal 122 67 132 11 47 0 101 436 30 34
Binary 1010010 110111 1011010 1001 100111 0 1000001 100011110 11000 11100

Color Harmonies of #52375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52375A

Black with #52375A

Text Example


Text Example

White with #52375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52375A; }

 p { color: rgb(82,55,90); }

 H1.HeaderClassName
 {
   color: #52375A;
 }
 .AnyTagClassName
 {
   color: #52375A;
 }
</style>

background-color css

<style>
 a { background-color: #52375A; }

 a { background-color: rgb(82,55,90); }

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

border-color css

<style>
 span { border-color: #52375A; }

 span { border-color: rgb(82,55,90); }

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