Html Css Color HEX #530555 Hot Purple

📋 copy color: '#530555'

red 83 ◦ green 5 ◦ blue 85

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

Shades of Hot Purple #530555

Tints of Hot Purple #530555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 47.98%
G = 2.89%
B = 49.13%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530555 (or 0x530555) is known color: Hot Purple. HEX triplet: 53, 05 and 55. RGB value is (83,5,85). Sum of RGB (Red+Green+Blue) = 83+5+85=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #530555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530555 is #ACFAAA. Grayscale: #252525. Windows color (decimal): -11336363 or 5571923. OLE color: 5571923.

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

Color convert

RGB 83 5 85 -
CMYK 0.02 0.94 0 0.67
HSL 298.5º 0.89% 0.18% -
HSV(B) 298.5º 0.94% 0.33% -
XYZ 5.26 2.6 8.82 -
YUV 37.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 83 5 85 0.02 0.94 0 0.67 298.5 0.89 0.18
Hex 53 5 55 2 5E 0 43 12A 59 12
Octal 123 5 125 2 136 0 103 452 131 22
Binary 1010011 101 1010101 10 1011110 0 1000011 100101010 1011001 10010

Color Harmonies of #530555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530555

Black with #530555

Text Example


Text Example

White with #530555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530555; }

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

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

background-color css

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

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

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

border-color css

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

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

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