Html Css Color HEX #53265C Hot Purple

📋 copy color: '#53265C'

red 83 ◦ green 38 ◦ blue 92

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

Shades of Hot Purple #53265C

Tints of Hot Purple #53265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 38.97%
G = 17.84%
B = 43.19%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53265C (or 0x53265C) is known color: Hot Purple. HEX triplet: 53, 26 and 5C. RGB value is (83,38,92). Sum of RGB (Red+Green+Blue) = 83+38+92=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #53265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53265C is #ACD9A3. Grayscale: #393939. Windows color (decimal): -11327908 or 6039123. OLE color: 6039123.

HSL color Cylindrical-coordinate representation of color #53265C: hue angle of 290º 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 #53265C is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 38 92 -
CMYK 0.10 0.59 0 0.64
HSL 290º 0.42% 0.25% -
HSV(B) 290º 0.59% 0.36% -
XYZ 6.19 4 10.57 -
YUV 57.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 83 38 92 0.10 0.59 0 0.64 290 0.42 0.25
Hex 53 26 5C A 3B 0 40 122 2A 19
Octal 123 46 134 12 73 0 100 442 52 31
Binary 1010011 100110 1011100 1010 111011 0 1000000 100100010 101010 11001

Color Harmonies of #53265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53265C

Black with #53265C

Text Example


Text Example

White with #53265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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