Html Css Color HEX #530D4D Hot Purple

📋 copy color: '#530D4D'

red 83 ◦ green 13 ◦ blue 77

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

Shades of Hot Purple #530D4D

Tints of Hot Purple #530D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 47.98%
G = 7.51%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#530D4D (or 0x530D4D) is known color: Hot Purple. HEX triplet: 53, 0D and 4D. RGB value is (83,13,77). Sum of RGB (Red+Green+Blue) = 83+13+77=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D4D is #ACF2B2. Grayscale: #292929. Windows color (decimal): -11334323 or 5049683. OLE color: 5049683.

HSL color Cylindrical-coordinate representation of color #530D4D: hue angle of 305.14º 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 #530D4D is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 77 -
CMYK 0 0.84 0.07 0.67
HSL 305.14º 0.73% 0.19% -
HSV(B) 305.14º 0.84% 0.33% -
XYZ 5.05 2.66 7.27 -
YUV 41.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 83 13 77 0 0.84 0.07 0.67 305.14 0.73 0.19
Hex 53 D 4D 0 54 7 43 131 49 13
Octal 123 15 115 0 124 7 103 461 111 23
Binary 1010011 1101 1001101 0 1010100 111 1000011 100110001 1001001 10011

Color Harmonies of #530D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D4D

Black with #530D4D

Text Example


Text Example

White with #530D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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