Html Css Color HEX #530259 Hot Purple

📋 copy color: '#530259'

red 83 ◦ green 2 ◦ blue 89

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

Shades of Hot Purple #530259

Tints of Hot Purple #530259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 47.7%
G = 1.15%
B = 51.15%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530259 (or 0x530259) is known color: Hot Purple. HEX triplet: 53, 02 and 59. RGB value is (83,2,89). Sum of RGB (Red+Green+Blue) = 83+2+89=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #530259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530259 is #ACFDA6. Grayscale: #232323. Windows color (decimal): -11337127 or 5833299. OLE color: 5833299.

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

Color convert

RGB 83 2 89 -
CMYK 0.07 0.98 0 0.65
HSL 295.86º 0.96% 0.18% -
HSV(B) 295.86º 0.98% 0.35% -
XYZ 5.39 2.6 9.67 -
YUV 36.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 83 2 89 0.07 0.98 0 0.65 295.86 0.96 0.18
Hex 53 2 59 7 62 0 41 128 60 12
Octal 123 2 131 7 142 0 101 450 140 22
Binary 1010011 10 1011001 111 1100010 0 1000001 100101000 1100000 10010

Color Harmonies of #530259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530259

Black with #530259

Text Example


Text Example

White with #530259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530259; }

 p { color: rgb(83,2,89); }

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

background-color css

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

 a { background-color: rgb(83,2,89); }

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

border-color css

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

 span { border-color: rgb(83,2,89); }

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