Html Css Color HEX #530B52 Hot Purple

📋 copy color: '#530B52'

red 83 ◦ green 11 ◦ blue 82

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

Shades of Hot Purple #530B52

Tints of Hot Purple #530B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 47.16%
G = 6.25%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530B52 (or 0x530B52) is known color: Hot Purple. HEX triplet: 53, 0B and 52. RGB value is (83,11,82). Sum of RGB (Red+Green+Blue) = 83+11+82=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #530B52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B52 is #ACF4AD. Grayscale: #282828. Windows color (decimal): -11334830 or 5376851. OLE color: 5376851.

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

Color convert

RGB 83 11 82 -
CMYK 0 0.87 0.01 0.67
HSL 300.83º 0.77% 0.18% -
HSV(B) 300.83º 0.87% 0.33% -
XYZ 5.21 2.69 8.23 -
YUV 40.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 83 11 82 0 0.87 0.01 0.67 300.83 0.77 0.18
Hex 53 B 52 0 57 1 43 12D 4D 12
Octal 123 13 122 0 127 1 103 455 115 22
Binary 1010011 1011 1010010 0 1010111 1 1000011 100101101 1001101 10010

Color Harmonies of #530B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B52

Black with #530B52

Text Example


Text Example

White with #530B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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