Html Css Color HEX #53255B Hot Purple

📋 copy color: '#53255B'

red 83 ◦ green 37 ◦ blue 91

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

Shades of Hot Purple #53255B

Tints of Hot Purple #53255B

RGB

 RED value IS 83 (32.81% from 255) = 39.34%

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

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

R = 39.34%
G = 17.54%
B = 43.13%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53255B (or 0x53255B) is known color: Hot Purple. HEX triplet: 53, 25 and 5B. RGB value is (83,37,91). Sum of RGB (Red+Green+Blue) = 83+37+91=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #53255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53255B is #ACDAA4. Grayscale: #383838. Windows color (decimal): -11328165 or 5973331. OLE color: 5973331.

HSL color Cylindrical-coordinate representation of color #53255B: hue angle of 291.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53255B is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 37 91 -
CMYK 0.09 0.59 0 0.64
HSL 291.11º 0.42% 0.25% -
HSV(B) 291.11º 0.59% 0.36% -
XYZ 6.12 3.92 10.33 -
YUV 56.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 83 37 91 0.09 0.59 0 0.64 291.11 0.42 0.25
Hex 53 25 5B 9 3B 0 40 123 2A 19
Octal 123 45 133 11 73 0 100 443 52 31
Binary 1010011 100101 1011011 1001 111011 0 1000000 100100011 101010 11001

Color Harmonies of #53255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53255B

Black with #53255B

Text Example


Text Example

White with #53255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,37,91); }

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

background-color css

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

 a { background-color: rgb(83,37,91); }

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

border-color css

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

 span { border-color: rgb(83,37,91); }

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