Html Css Color HEX #530556 Hot Purple

📋 copy color: '#530556'

red 83 ◦ green 5 ◦ blue 86

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

Shades of Hot Purple #530556

Tints of Hot Purple #530556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 47.7%
G = 2.87%
B = 49.43%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530556 (or 0x530556) is known color: Hot Purple. HEX triplet: 53, 05 and 56. RGB value is (83,5,86). Sum of RGB (Red+Green+Blue) = 83+5+86=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #530556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530556 is #ACFAA9. Grayscale: #252525. Windows color (decimal): -11336362 or 5637459. OLE color: 5637459.

HSL color Cylindrical-coordinate representation of color #530556: hue angle of 297.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530556 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 5 86 -
CMYK 0.03 0.94 0 0.66
HSL 297.78º 0.89% 0.18% -
HSV(B) 297.78º 0.94% 0.34% -
XYZ 5.3 2.62 9.03 -
YUV 37.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 83 5 86 0.03 0.94 0 0.66 297.78 0.89 0.18
Hex 53 5 56 3 5E 0 42 12A 59 12
Octal 123 5 126 3 136 0 102 452 131 22
Binary 1010011 101 1010110 11 1011110 0 1000010 100101010 1011001 10010

Color Harmonies of #530556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530556

Black with #530556

Text Example


Text Example

White with #530556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530556; }

 p { color: rgb(83,5,86); }

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

background-color css

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

 a { background-color: rgb(83,5,86); }

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

border-color css

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

 span { border-color: rgb(83,5,86); }

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