Html Css Color HEX #530D61 Hot Purple

📋 copy color: '#530D61'

red 83 ◦ green 13 ◦ blue 97

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

Shades of Hot Purple #530D61

Tints of Hot Purple #530D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 43.01%
G = 6.74%
B = 50.26%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530D61 (or 0x530D61) is known color: Hot Purple. HEX triplet: 53, 0D and 61. RGB value is (83,13,97). Sum of RGB (Red+Green+Blue) = 83+13+97=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #530D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D61 is #ACF29E. Grayscale: #2B2B2B. Windows color (decimal): -11334303 or 6360403. OLE color: 6360403.

HSL color Cylindrical-coordinate representation of color #530D61: hue angle of 290º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530D61 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 13 97 -
CMYK 0.14 0.87 0 0.62
HSL 290º 0.76% 0.22% -
HSV(B) 290º 0.87% 0.38% -
XYZ 5.87 2.99 11.58 -
YUV 43.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 83 13 97 0.14 0.87 0 0.62 290 0.76 0.22
Hex 53 D 61 E 57 0 3E 122 4C 16
Octal 123 15 141 16 127 0 76 442 114 26
Binary 1010011 1101 1100001 1110 1010111 0 111110 100100010 1001100 10110

Color Harmonies of #530D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D61

Black with #530D61

Text Example


Text Example

White with #530D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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