Html Css Color HEX #530553 Hot Purple

📋 copy color: '#530553'

red 83 ◦ green 5 ◦ blue 83

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

Shades of Hot Purple #530553

Tints of Hot Purple #530553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 48.54%
G = 2.92%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530553 (or 0x530553) is known color: Hot Purple. HEX triplet: 53, 05 and 53. RGB value is (83,5,83). Sum of RGB (Red+Green+Blue) = 83+5+83=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #530553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530553 is #ACFAAC. Grayscale: #242424. Windows color (decimal): -11336365 or 5440851. OLE color: 5440851.

HSL color Cylindrical-coordinate representation of color #530553: hue angle of 300º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530553 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 83 -
CMYK 0 0.94 0 0.67
HSL 300º 0.89% 0.17% -
HSV(B) 300º 0.94% 0.33% -
XYZ 5.18 2.57 8.41 -
YUV 37.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 83 5 83 0 0.94 0 0.67 300 0.89 0.17
Hex 53 5 53 0 5E 0 43 12C 59 11
Octal 123 5 123 0 136 0 103 454 131 21
Binary 1010011 101 1010011 0 1011110 0 1000011 100101100 1011001 10001

Color Harmonies of #530553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530553

Black with #530553

Text Example


Text Example

White with #530553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530553; }

 p { color: rgb(83,5,83); }

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

background-color css

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

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

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

border-color css

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

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

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