Html Css Color HEX #530158 Hot Purple

📋 copy color: '#530158'

red 83 ◦ green 1 ◦ blue 88

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

Shades of Hot Purple #530158

Tints of Hot Purple #530158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 48.26%
G = 0.58%
B = 51.16%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530158 (or 0x530158) is known color: Hot Purple. HEX triplet: 53, 01 and 58. RGB value is (83,1,88). Sum of RGB (Red+Green+Blue) = 83+1+88=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #530158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530158 is #ACFEA7. Grayscale: #232323. Windows color (decimal): -11337384 or 5767507. OLE color: 5767507.

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

Color convert

RGB 83 1 88 -
CMYK 0.06 0.99 0 0.65
HSL 296.55º 0.98% 0.17% -
HSV(B) 296.55º 0.99% 0.35% -
XYZ 5.34 2.57 9.45 -
YUV 35.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 83 1 88 0.06 0.99 0 0.65 296.55 0.98 0.17
Hex 53 1 58 6 63 0 41 129 62 11
Octal 123 1 130 6 143 0 101 451 142 21
Binary 1010011 1 1011000 110 1100011 0 1000001 100101001 1100010 10001

Color Harmonies of #530158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530158

Black with #530158

Text Example


Text Example

White with #530158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530158; }

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

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

background-color css

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

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

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

border-color css

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

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

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