Html Css Color HEX #530D4F Hot Purple

📋 copy color: '#530D4F'

red 83 ◦ green 13 ◦ blue 79

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

Shades of Hot Purple #530D4F

Tints of Hot Purple #530D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 47.43%
G = 7.43%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#530D4F (or 0x530D4F) is known color: Hot Purple. HEX triplet: 53, 0D and 4F. RGB value is (83,13,79). Sum of RGB (Red+Green+Blue) = 83+13+79=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D4F is #ACF2B0. Grayscale: #292929. Windows color (decimal): -11334321 or 5180755. OLE color: 5180755.

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

Color convert

RGB 83 13 79 -
CMYK 0 0.84 0.05 0.67
HSL 303.43º 0.73% 0.19% -
HSV(B) 303.43º 0.84% 0.33% -
XYZ 5.12 2.69 7.65 -
YUV 41.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 83 13 79 0 0.84 0.05 0.67 303.43 0.73 0.19
Hex 53 D 4F 0 54 5 43 12F 49 13
Octal 123 15 117 0 124 5 103 457 111 23
Binary 1010011 1101 1001111 0 1010100 101 1000011 100101111 1001001 10011

Color Harmonies of #530D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D4F

Black with #530D4F

Text Example


Text Example

White with #530D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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