Html Css Color HEX #530A60 Hot Purple

📋 copy color: '#530A60'

red 83 ◦ green 10 ◦ blue 96

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

Shades of Hot Purple #530A60

Tints of Hot Purple #530A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.29%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 43.92%
G = 5.29%
B = 50.79%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530A60 (or 0x530A60) is known color: Hot Purple. HEX triplet: 53, 0A and 60. RGB value is (83,10,96). Sum of RGB (Red+Green+Blue) = 83+10+96=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #530A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A60 is #ACF59F. Grayscale: #292929. Windows color (decimal): -11335072 or 6294099. OLE color: 6294099.

HSL color Cylindrical-coordinate representation of color #530A60: hue angle of 290.93º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530A60 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 10 96 -
CMYK 0.14 0.90 0 0.62
HSL 290.93º 0.81% 0.21% -
HSV(B) 290.93º 0.9% 0.38% -
XYZ 5.79 2.9 11.32 -
YUV 41.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 83 10 96 0.14 0.90 0 0.62 290.93 0.81 0.21
Hex 53 A 60 E 5A 0 3E 123 51 15
Octal 123 12 140 16 132 0 76 443 121 25
Binary 1010011 1010 1100000 1110 1011010 0 111110 100100011 1010001 10101

Color Harmonies of #530A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A60

Black with #530A60

Text Example


Text Example

White with #530A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A60; }

 p { color: rgb(83,10,96); }

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

background-color css

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

 a { background-color: rgb(83,10,96); }

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

border-color css

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

 span { border-color: rgb(83,10,96); }

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