Html Css Color HEX #53255C Hot Purple

📋 copy color: '#53255C'

red 83 ◦ green 37 ◦ blue 92

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

Shades of Hot Purple #53255C

Tints of Hot Purple #53255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 39.15%
G = 17.45%
B = 43.4%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53255C (or 0x53255C) is known color: Hot Purple. HEX triplet: 53, 25 and 5C. RGB value is (83,37,92). Sum of RGB (Red+Green+Blue) = 83+37+92=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #53255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53255C is #ACDAA3. Grayscale: #383838. Windows color (decimal): -11328164 or 6038867. OLE color: 6038867.

HSL color Cylindrical-coordinate representation of color #53255C: hue angle of 290.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53255C is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 37 92 -
CMYK 0.10 0.60 0 0.64
HSL 290.18º 0.43% 0.25% -
HSV(B) 290.18º 0.6% 0.36% -
XYZ 6.16 3.93 10.56 -
YUV 57.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 83 37 92 0.10 0.60 0 0.64 290.18 0.43 0.25
Hex 53 25 5C A 3C 0 40 122 2B 19
Octal 123 45 134 12 74 0 100 442 53 31
Binary 1010011 100101 1011100 1010 111100 0 1000000 100100010 101011 11001

Color Harmonies of #53255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53255C

Black with #53255C

Text Example


Text Example

White with #53255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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