Html Css Color HEX #52235A Hot Purple

📋 copy color: '#52235A'

red 82 ◦ green 35 ◦ blue 90

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

Shades of Hot Purple #52235A

Tints of Hot Purple #52235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 39.61%
G = 16.91%
B = 43.48%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52235A (or 0x52235A) is known color: Hot Purple. HEX triplet: 52, 23 and 5A. RGB value is (82,35,90). Sum of RGB (Red+Green+Blue) = 82+35+90=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #52235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52235A is #ADDCA5. Grayscale: #373737. Windows color (decimal): -11394214 or 5907282. OLE color: 5907282.

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

Color convert

RGB 82 35 90 -
CMYK 0.09 0.61 0 0.65
HSL 291.27º 0.44% 0.25% -
HSV(B) 291.27º 0.61% 0.35% -
XYZ 5.93 3.73 10.08 -
YUV 55.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 82 35 90 0.09 0.61 0 0.65 291.27 0.44 0.25
Hex 52 23 5A 9 3D 0 41 123 2C 19
Octal 122 43 132 11 75 0 101 443 54 31
Binary 1010010 100011 1011010 1001 111101 0 1000001 100100011 101100 11001

Color Harmonies of #52235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52235A

Black with #52235A

Text Example


Text Example

White with #52235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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