Html Css Color HEX #52305B Hot Purple

📋 copy color: '#52305B'

red 82 ◦ green 48 ◦ blue 91

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

Shades of Hot Purple #52305B

Tints of Hot Purple #52305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 37.1%
G = 21.72%
B = 41.18%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52305B (or 0x52305B) is known color: Hot Purple. HEX triplet: 52, 30 and 5B. RGB value is (82,48,91). Sum of RGB (Red+Green+Blue) = 82+48+91=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #52305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52305B is #ADCFA4. Grayscale: #3E3E3E. Windows color (decimal): -11390885 or 5976146. OLE color: 5976146.

HSL color Cylindrical-coordinate representation of color #52305B: hue angle of 287.44º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52305B is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 48 91 -
CMYK 0.10 0.47 0 0.64
HSL 287.44º 0.31% 0.27% -
HSV(B) 287.44º 0.47% 0.36% -
XYZ 6.42 4.66 10.46 -
YUV 63.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 82 48 91 0.10 0.47 0 0.64 287.44 0.31 0.27
Hex 52 30 5B A 2F 0 40 11F 1F 1B
Octal 122 60 133 12 57 0 100 437 37 33
Binary 1010010 110000 1011011 1010 101111 0 1000000 100011111 11111 11011

Color Harmonies of #52305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52305B

Black with #52305B

Text Example


Text Example

White with #52305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52305B; }

 p { color: rgb(82,48,91); }

 H1.HeaderClassName
 {
   color: #52305B;
 }
 .AnyTagClassName
 {
   color: #52305B;
 }
</style>

background-color css

<style>
 a { background-color: #52305B; }

 a { background-color: rgb(82,48,91); }

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

border-color css

<style>
 span { border-color: #52305B; }

 span { border-color: rgb(82,48,91); }

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