Html Css Color HEX #530950 Hot Purple

📋 copy color: '#530950'

red 83 ◦ green 9 ◦ blue 80

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

Shades of Hot Purple #530950

Tints of Hot Purple #530950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 48.26%
G = 5.23%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#530950 (or 0x530950) is known color: Hot Purple. HEX triplet: 53, 09 and 50. RGB value is (83,9,80). Sum of RGB (Red+Green+Blue) = 83+9+80=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530950 is #ACF6AF. Grayscale: #272727. Windows color (decimal): -11335344 or 5245267. OLE color: 5245267.

HSL color Cylindrical-coordinate representation of color #530950: hue angle of 302.43º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530950 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 80 -
CMYK 0 0.89 0.04 0.67
HSL 302.43º 0.8% 0.18% -
HSV(B) 302.43º 0.89% 0.33% -
XYZ 5.11 2.61 7.82 -
YUV 39.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 83 9 80 0 0.89 0.04 0.67 302.43 0.8 0.18
Hex 53 9 50 0 59 4 43 12E 50 12
Octal 123 11 120 0 131 4 103 456 120 22
Binary 1010011 1001 1010000 0 1011001 100 1000011 100101110 1010000 10010

Color Harmonies of #530950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530950

Black with #530950

Text Example


Text Example

White with #530950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530950; }

 p { color: rgb(83,9,80); }

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

background-color css

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

 a { background-color: rgb(83,9,80); }

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

border-color css

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

 span { border-color: rgb(83,9,80); }

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