Html Css Color HEX #530155 Hot Purple

📋 copy color: '#530155'

red 83 ◦ green 1 ◦ blue 85

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

Shades of Hot Purple #530155

Tints of Hot Purple #530155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 49.11%
G = 0.59%
B = 50.3%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530155 (or 0x530155) is known color: Hot Purple. HEX triplet: 53, 01 and 55. RGB value is (83,1,85). Sum of RGB (Red+Green+Blue) = 83+1+85=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #530155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530155 is #ACFEAA. Grayscale: #222222. Windows color (decimal): -11337387 or 5570899. OLE color: 5570899.

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

Color convert

RGB 83 1 85 -
CMYK 0.02 0.99 0 0.67
HSL 298.57º 0.98% 0.17% -
HSV(B) 298.57º 0.99% 0.33% -
XYZ 5.22 2.52 8.81 -
YUV 35.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 83 1 85 0.02 0.99 0 0.67 298.57 0.98 0.17
Hex 53 1 55 2 63 0 43 12B 62 11
Octal 123 1 125 2 143 0 103 453 142 21
Binary 1010011 1 1010101 10 1100011 0 1000011 100101011 1100010 10001

Color Harmonies of #530155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530155

Black with #530155

Text Example


Text Example

White with #530155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530155; }

 p { color: rgb(83,1,85); }

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

background-color css

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

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

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

border-color css

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

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

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