Html Css Color HEX #530F4D Hot Purple

📋 copy color: '#530F4D'

red 83 ◦ green 15 ◦ blue 77

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

Shades of Hot Purple #530F4D

Tints of Hot Purple #530F4D

RGB

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

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

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

R = 47.43%
G = 8.57%
B = 44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#530F4D (or 0x530F4D) is known color: Hot Purple. HEX triplet: 53, 0F and 4D. RGB value is (83,15,77). Sum of RGB (Red+Green+Blue) = 83+15+77=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F4D is #ACF0B2. Grayscale: #2A2A2A. Windows color (decimal): -11333811 or 5050195. OLE color: 5050195.

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

Color convert

RGB 83 15 77 -
CMYK 0 0.82 0.07 0.67
HSL 305.29º 0.69% 0.19% -
HSV(B) 305.29º 0.82% 0.33% -
XYZ 5.08 2.72 7.28 -
YUV 42.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 83 15 77 0 0.82 0.07 0.67 305.29 0.69 0.19
Hex 53 F 4D 0 52 7 43 131 45 13
Octal 123 17 115 0 122 7 103 461 105 23
Binary 1010011 1111 1001101 0 1010010 111 1000011 100110001 1000101 10011

Color Harmonies of #530F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F4D

Black with #530F4D

Text Example


Text Example

White with #530F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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