Html Css Color HEX #530557 Hot Purple

📋 copy color: '#530557'

red 83 ◦ green 5 ◦ blue 87

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

Shades of Hot Purple #530557

Tints of Hot Purple #530557

RGB

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

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

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

R = 47.43%
G = 2.86%
B = 49.71%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530557 (or 0x530557) is known color: Hot Purple. HEX triplet: 53, 05 and 57. RGB value is (83,5,87). Sum of RGB (Red+Green+Blue) = 83+5+87=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #530557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530557 is #ACFAA8. Grayscale: #252525. Windows color (decimal): -11336361 or 5702995. OLE color: 5702995.

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

Color convert

RGB 83 5 87 -
CMYK 0.05 0.94 0 0.66
HSL 297.07º 0.89% 0.18% -
HSV(B) 297.07º 0.94% 0.34% -
XYZ 5.34 2.64 9.24 -
YUV 37.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 83 5 87 0.05 0.94 0 0.66 297.07 0.89 0.18
Hex 53 5 57 5 5E 0 42 129 59 12
Octal 123 5 127 5 136 0 102 451 131 22
Binary 1010011 101 1010111 101 1011110 0 1000010 100101001 1011001 10010

Color Harmonies of #530557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530557

Black with #530557

Text Example


Text Example

White with #530557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530557; }

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

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

background-color css

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

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

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

border-color css

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

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

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