Html Css Color HEX #530955 Hot Purple

📋 copy color: '#530955'

red 83 ◦ green 9 ◦ blue 85

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

Shades of Hot Purple #530955

Tints of Hot Purple #530955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 46.89%
G = 5.08%
B = 48.02%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530955 (or 0x530955) is known color: Hot Purple. HEX triplet: 53, 09 and 55. RGB value is (83,9,85). Sum of RGB (Red+Green+Blue) = 83+9+85=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #530955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530955 is #ACF6AA. Grayscale: #272727. Windows color (decimal): -11335339 or 5572947. OLE color: 5572947.

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

Color convert

RGB 83 9 85 -
CMYK 0.02 0.89 0 0.67
HSL 298.42º 0.81% 0.18% -
HSV(B) 298.42º 0.89% 0.33% -
XYZ 5.3 2.69 8.83 -
YUV 39.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 83 9 85 0.02 0.89 0 0.67 298.42 0.81 0.18
Hex 53 9 55 2 59 0 43 12A 51 12
Octal 123 11 125 2 131 0 103 452 121 22
Binary 1010011 1001 1010101 10 1011001 0 1000011 100101010 1010001 10010

Color Harmonies of #530955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530955

Black with #530955

Text Example


Text Example

White with #530955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530955; }

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

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

background-color css

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

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

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

border-color css

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

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

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