Html Css Color HEX #530857 Hot Purple

📋 copy color: '#530857'

red 83 ◦ green 8 ◦ blue 87

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

Shades of Hot Purple #530857

Tints of Hot Purple #530857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

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

R = 46.63%
G = 4.49%
B = 48.88%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530857 (or 0x530857) is known color: Hot Purple. HEX triplet: 53, 08 and 57. RGB value is (83,8,87). Sum of RGB (Red+Green+Blue) = 83+8+87=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #530857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530857 is #ACF7A8. Grayscale: #272727. Windows color (decimal): -11335593 or 5703763. OLE color: 5703763.

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

Color convert

RGB 83 8 87 -
CMYK 0.05 0.91 0 0.66
HSL 296.96º 0.83% 0.19% -
HSV(B) 296.96º 0.91% 0.34% -
XYZ 5.37 2.7 9.25 -
YUV 39.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 83 8 87 0.05 0.91 0 0.66 296.96 0.83 0.19
Hex 53 8 57 5 5B 0 42 129 53 13
Octal 123 10 127 5 133 0 102 451 123 23
Binary 1010011 1000 1010111 101 1011011 0 1000010 100101001 1010011 10011

Color Harmonies of #530857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530857

Black with #530857

Text Example


Text Example

White with #530857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530857; }

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

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

background-color css

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

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

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

border-color css

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

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

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