Html Css Color HEX #530359 Hot Purple

📋 copy color: '#530359'

red 83 ◦ green 3 ◦ blue 89

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

Shades of Hot Purple #530359

Tints of Hot Purple #530359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 47.43%
G = 1.71%
B = 50.86%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530359 (or 0x530359) is known color: Hot Purple. HEX triplet: 53, 03 and 59. RGB value is (83,3,89). Sum of RGB (Red+Green+Blue) = 83+3+89=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #530359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530359 is #ACFCA6. Grayscale: #242424. Windows color (decimal): -11336871 or 5833555. OLE color: 5833555.

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

Color convert

RGB 83 3 89 -
CMYK 0.07 0.97 0 0.65
HSL 295.81º 0.93% 0.18% -
HSV(B) 295.81º 0.97% 0.35% -
XYZ 5.4 2.63 9.67 -
YUV 36.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 83 3 89 0.07 0.97 0 0.65 295.81 0.93 0.18
Hex 53 3 59 7 61 0 41 128 5D 12
Octal 123 3 131 7 141 0 101 450 135 22
Binary 1010011 11 1011001 111 1100001 0 1000001 100101000 1011101 10010

Color Harmonies of #530359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530359

Black with #530359

Text Example


Text Example

White with #530359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530359; }

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

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

background-color css

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

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

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

border-color css

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

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

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