Html Css Color HEX #530A54 Hot Purple

📋 copy color: '#530A54'

red 83 ◦ green 10 ◦ blue 84

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

Shades of Hot Purple #530A54

Tints of Hot Purple #530A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.46%

R = 46.89%
G = 5.65%
B = 47.46%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530A54 (or 0x530A54) is known color: Hot Purple. HEX triplet: 53, 0A and 54. RGB value is (83,10,84). Sum of RGB (Red+Green+Blue) = 83+10+84=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #530A54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A54 is #ACF5AB. Grayscale: #282828. Windows color (decimal): -11335084 or 5507667. OLE color: 5507667.

HSL color Cylindrical-coordinate representation of color #530A54: hue angle of 299.19º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A54 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 84 -
CMYK 0.01 0.88 0 0.67
HSL 299.19º 0.79% 0.18% -
HSV(B) 299.19º 0.88% 0.33% -
XYZ 5.28 2.7 8.63 -
YUV 40.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 83 10 84 0.01 0.88 0 0.67 299.19 0.79 0.18
Hex 53 A 54 1 58 0 43 12B 4F 12
Octal 123 12 124 1 130 0 103 453 117 22
Binary 1010011 1010 1010100 1 1011000 0 1000011 100101011 1001111 10010

Color Harmonies of #530A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A54

Black with #530A54

Text Example


Text Example

White with #530A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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