Html Css Color HEX #530F5F Hot Purple

📋 copy color: '#530F5F'

red 83 ◦ green 15 ◦ blue 95

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

Shades of Hot Purple #530F5F

Tints of Hot Purple #530F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 95 (37.5% from 255) = 49.22%

R = 43.01%
G = 7.77%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#530F5F (or 0x530F5F) is known color: Hot Purple. HEX triplet: 53, 0F and 5F. RGB value is (83,15,95). Sum of RGB (Red+Green+Blue) = 83+15+95=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #530F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F5F is #ACF0A0. Grayscale: #2C2C2C. Windows color (decimal): -11333793 or 6229843. OLE color: 6229843.

HSL color Cylindrical-coordinate representation of color #530F5F: hue angle of 291º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530F5F is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 15 95 -
CMYK 0.13 0.84 0 0.63
HSL 291º 0.73% 0.22% -
HSV(B) 291º 0.84% 0.37% -
XYZ 5.8 3.01 11.1 -
YUV 44.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 83 15 95 0.13 0.84 0 0.63 291 0.73 0.22
Hex 53 F 5F D 54 0 3F 123 49 16
Octal 123 17 137 15 124 0 77 443 111 26
Binary 1010011 1111 1011111 1101 1010100 0 111111 100100011 1001001 10110

Color Harmonies of #530F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F5F

Black with #530F5F

Text Example


Text Example

White with #530F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,15,95); }

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

background-color css

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

 a { background-color: rgb(83,15,95); }

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

border-color css

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

 span { border-color: rgb(83,15,95); }

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