Html Css Color HEX #530B4F Hot Purple

📋 copy color: '#530B4F'

red 83 ◦ green 11 ◦ blue 79

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

Shades of Hot Purple #530B4F

Tints of Hot Purple #530B4F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

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

R = 47.98%
G = 6.36%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#530B4F (or 0x530B4F) is known color: Hot Purple. HEX triplet: 53, 0B and 4F. RGB value is (83,11,79). Sum of RGB (Red+Green+Blue) = 83+11+79=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B4F is #ACF4B0. Grayscale: #282828. Windows color (decimal): -11334833 or 5180243. OLE color: 5180243.

HSL color Cylindrical-coordinate representation of color #530B4F: hue angle of 303.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B4F is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 11 79 -
CMYK 0 0.87 0.05 0.67
HSL 303.33º 0.77% 0.18% -
HSV(B) 303.33º 0.87% 0.33% -
XYZ 5.1 2.64 7.64 -
YUV 40.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 83 11 79 0 0.87 0.05 0.67 303.33 0.77 0.18
Hex 53 B 4F 0 57 5 43 12F 4D 12
Octal 123 13 117 0 127 5 103 457 115 22
Binary 1010011 1011 1001111 0 1010111 101 1000011 100101111 1001101 10010

Color Harmonies of #530B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B4F

Black with #530B4F

Text Example


Text Example

White with #530B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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