Html Css Color HEX #530751 Hot Purple

📋 copy color: '#530751'

red 83 ◦ green 7 ◦ blue 81

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

Shades of Hot Purple #530751

Tints of Hot Purple #530751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

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

R = 48.54%
G = 4.09%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#530751 (or 0x530751) is known color: Hot Purple. HEX triplet: 53, 07 and 51. RGB value is (83,7,81). Sum of RGB (Red+Green+Blue) = 83+7+81=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #530751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530751 is #ACF8AE. Grayscale: #252525. Windows color (decimal): -11335855 or 5310291. OLE color: 5310291.

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

Color convert

RGB 83 7 81 -
CMYK 0 0.92 0.02 0.67
HSL 301.58º 0.84% 0.18% -
HSV(B) 301.58º 0.92% 0.33% -
XYZ 5.13 2.59 8.01 -
YUV 38.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 83 7 81 0 0.92 0.02 0.67 301.58 0.84 0.18
Hex 53 7 51 0 5C 2 43 12E 54 12
Octal 123 7 121 0 134 2 103 456 124 22
Binary 1010011 111 1010001 0 1011100 10 1000011 100101110 1010100 10010

Color Harmonies of #530751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530751

Black with #530751

Text Example


Text Example

White with #530751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530751; }

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

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

background-color css

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

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

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

border-color css

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

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

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