Html Css Color HEX #530760 Hot Purple

📋 copy color: '#530760'

red 83 ◦ green 7 ◦ blue 96

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

Shades of Hot Purple #530760

Tints of Hot Purple #530760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 44.62%
G = 3.76%
B = 51.61%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530760 (or 0x530760) is known color: Hot Purple. HEX triplet: 53, 07 and 60. RGB value is (83,7,96). Sum of RGB (Red+Green+Blue) = 83+7+96=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #530760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530760 is #ACF89F. Grayscale: #272727. Windows color (decimal): -11335840 or 6293331. OLE color: 6293331.

HSL color Cylindrical-coordinate representation of color #530760: hue angle of 291.24º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530760 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 7 96 -
CMYK 0.14 0.93 0 0.62
HSL 291.24º 0.86% 0.2% -
HSV(B) 291.24º 0.93% 0.38% -
XYZ 5.75 2.84 11.31 -
YUV 39.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 83 7 96 0.14 0.93 0 0.62 291.24 0.86 0.2
Hex 53 7 60 E 5D 0 3E 123 56 14
Octal 123 7 140 16 135 0 76 443 126 24
Binary 1010011 111 1100000 1110 1011101 0 111110 100100011 1010110 10100

Color Harmonies of #530760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530760

Black with #530760

Text Example


Text Example

White with #530760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530760; }

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

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

background-color css

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

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

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

border-color css

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

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

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