Html Css Color HEX #530651 Hot Purple

📋 copy color: '#530651'

red 83 ◦ green 6 ◦ blue 81

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

Shades of Hot Purple #530651

Tints of Hot Purple #530651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 81 (32.03% from 255) = 47.65%

R = 48.82%
G = 3.53%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530651 (or 0x530651) is known color: Hot Purple. HEX triplet: 53, 06 and 51. RGB value is (83,6,81). Sum of RGB (Red+Green+Blue) = 83+6+81=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #530651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530651 is #ACF9AE. Grayscale: #252525. Windows color (decimal): -11336111 or 5310035. OLE color: 5310035.

HSL color Cylindrical-coordinate representation of color #530651: hue angle of 301.56º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530651 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 81 -
CMYK 0 0.93 0.02 0.67
HSL 301.56º 0.87% 0.17% -
HSV(B) 301.56º 0.93% 0.33% -
XYZ 5.12 2.56 8.01 -
YUV 37.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 83 6 81 0 0.93 0.02 0.67 301.56 0.87 0.17
Hex 53 6 51 0 5D 2 43 12E 57 11
Octal 123 6 121 0 135 2 103 456 127 21
Binary 1010011 110 1010001 0 1011101 10 1000011 100101110 1010111 10001

Color Harmonies of #530651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530651

Black with #530651

Text Example


Text Example

White with #530651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530651; }

 p { color: rgb(83,6,81); }

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

background-color css

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

 a { background-color: rgb(83,6,81); }

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

border-color css

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

 span { border-color: rgb(83,6,81); }

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