Html Css Color HEX #530D52 Hot Purple

📋 copy color: '#530D52'

red 83 ◦ green 13 ◦ blue 82

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

Shades of Hot Purple #530D52

Tints of Hot Purple #530D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.3%

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 46.63%
G = 7.3%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530D52 (or 0x530D52) is known color: Hot Purple. HEX triplet: 53, 0D and 52. RGB value is (83,13,82). Sum of RGB (Red+Green+Blue) = 83+13+82=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #530D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D52 is #ACF2AD. Grayscale: #292929. Windows color (decimal): -11334318 or 5377363. OLE color: 5377363.

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

Color convert

RGB 83 13 82 -
CMYK 0 0.84 0.01 0.67
HSL 300.86º 0.73% 0.19% -
HSV(B) 300.86º 0.84% 0.33% -
XYZ 5.23 2.74 8.23 -
YUV 41.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 83 13 82 0 0.84 0.01 0.67 300.86 0.73 0.19
Hex 53 D 52 0 54 1 43 12D 49 13
Octal 123 15 122 0 124 1 103 455 111 23
Binary 1010011 1101 1010010 0 1010100 1 1000011 100101101 1001001 10011

Color Harmonies of #530D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D52

Black with #530D52

Text Example


Text Example

White with #530D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,13,82); }

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

background-color css

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

 a { background-color: rgb(83,13,82); }

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

border-color css

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

 span { border-color: rgb(83,13,82); }

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