Html Css Color HEX #530552 Hot Purple

📋 copy color: '#530552'

red 83 ◦ green 5 ◦ blue 82

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

Shades of Hot Purple #530552

Tints of Hot Purple #530552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 48.82%
G = 2.94%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530552 (or 0x530552) is known color: Hot Purple. HEX triplet: 53, 05 and 52. RGB value is (83,5,82). Sum of RGB (Red+Green+Blue) = 83+5+82=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #530552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530552 is #ACFAAD. Grayscale: #242424. Windows color (decimal): -11336366 or 5375315. OLE color: 5375315.

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

Color convert

RGB 83 5 82 -
CMYK 0 0.94 0.01 0.67
HSL 300.77º 0.89% 0.17% -
HSV(B) 300.77º 0.94% 0.33% -
XYZ 5.14 2.56 8.2 -
YUV 37.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 83 5 82 0 0.94 0.01 0.67 300.77 0.89 0.17
Hex 53 5 52 0 5E 1 43 12D 59 11
Octal 123 5 122 0 136 1 103 455 131 21
Binary 1010011 101 1010010 0 1011110 1 1000011 100101101 1011001 10001

Color Harmonies of #530552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530552

Black with #530552

Text Example


Text Example

White with #530552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530552; }

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

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

background-color css

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

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

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

border-color css

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

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

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