Html Css Color HEX #53035C Hot Purple

📋 copy color: '#53035C'

red 83 ◦ green 3 ◦ blue 92

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

Shades of Hot Purple #53035C

Tints of Hot Purple #53035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 46.63%
G = 1.69%
B = 51.69%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53035C (or 0x53035C) is known color: Hot Purple. HEX triplet: 53, 03 and 5C. RGB value is (83,3,92). Sum of RGB (Red+Green+Blue) = 83+3+92=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #53035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53035C is #ACFCA3. Grayscale: #242424. Windows color (decimal): -11336868 or 6030163. OLE color: 6030163.

HSL color Cylindrical-coordinate representation of color #53035C: hue angle of 293.93º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53035C is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 3 92 -
CMYK 0.10 0.97 0 0.64
HSL 293.93º 0.94% 0.19% -
HSV(B) 293.93º 0.97% 0.36% -
XYZ 5.53 2.68 10.35 -
YUV 37.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 83 3 92 0.10 0.97 0 0.64 293.93 0.94 0.19
Hex 53 3 5C A 61 0 40 126 5E 13
Octal 123 3 134 12 141 0 100 446 136 23
Binary 1010011 11 1011100 1010 1100001 0 1000000 100100110 1011110 10011

Color Harmonies of #53035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53035C

Black with #53035C

Text Example


Text Example

White with #53035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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