Html Css Color HEX #530B61 Hot Purple

📋 copy color: '#530B61'

red 83 ◦ green 11 ◦ blue 97

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

Shades of Hot Purple #530B61

Tints of Hot Purple #530B61

RGB

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

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

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

R = 43.46%
G = 5.76%
B = 50.79%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530B61 (or 0x530B61) is known color: Hot Purple. HEX triplet: 53, 0B and 61. RGB value is (83,11,97). Sum of RGB (Red+Green+Blue) = 83+11+97=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #530B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B61 is #ACF49E. Grayscale: #2A2A2A. Windows color (decimal): -11334815 or 6359891. OLE color: 6359891.

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

Color convert

RGB 83 11 97 -
CMYK 0.14 0.89 0 0.62
HSL 290.23º 0.8% 0.21% -
HSV(B) 290.23º 0.89% 0.38% -
XYZ 5.84 2.94 11.57 -
YUV 42.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 83 11 97 0.14 0.89 0 0.62 290.23 0.8 0.21
Hex 53 B 61 E 59 0 3E 122 50 15
Octal 123 13 141 16 131 0 76 442 120 25
Binary 1010011 1011 1100001 1110 1011001 0 111110 100100010 1010000 10101

Color Harmonies of #530B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B61

Black with #530B61

Text Example


Text Example

White with #530B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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