Html Css Color HEX #530357 Hot Purple

📋 copy color: '#530357'

red 83 ◦ green 3 ◦ blue 87

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

Shades of Hot Purple #530357

Tints of Hot Purple #530357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 47.98%
G = 1.73%
B = 50.29%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530357 (or 0x530357) is known color: Hot Purple. HEX triplet: 53, 03 and 57. RGB value is (83,3,87). Sum of RGB (Red+Green+Blue) = 83+3+87=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #530357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530357 is #ACFCA8. Grayscale: #242424. Windows color (decimal): -11336873 or 5702483. OLE color: 5702483.

HSL color Cylindrical-coordinate representation of color #530357: hue angle of 297.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530357 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 3 87 -
CMYK 0.05 0.97 0 0.66
HSL 297.14º 0.93% 0.18% -
HSV(B) 297.14º 0.97% 0.34% -
XYZ 5.32 2.59 9.24 -
YUV 36.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 83 3 87 0.05 0.97 0 0.66 297.14 0.93 0.18
Hex 53 3 57 5 61 0 42 129 5D 12
Octal 123 3 127 5 141 0 102 451 135 22
Binary 1010011 11 1010111 101 1100001 0 1000010 100101001 1011101 10010

Color Harmonies of #530357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530357

Black with #530357

Text Example


Text Example

White with #530357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530357; }

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

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

background-color css

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

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

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

border-color css

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

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

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