Html Css Color HEX #510552 Hot Purple

📋 copy color: '#510552'

red 81 ◦ green 5 ◦ blue 82

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

Shades of Hot Purple #510552

Tints of Hot Purple #510552

RGB

 RED value IS 81 (32.03% from 255) = 48.21%

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

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

R = 48.21%
G = 2.98%
B = 48.81%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#510552 (or 0x510552) is known color: Hot Purple. HEX triplet: 51, 05 and 52. RGB value is (81,5,82). Sum of RGB (Red+Green+Blue) = 81+5+82=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #510552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510552 is #AEFAAD. Grayscale: #242424. Windows color (decimal): -11467438 or 5375313. OLE color: 5375313.

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

Color convert

RGB 81 5 82 -
CMYK 0.01 0.94 0 0.68
HSL 299.22º 0.89% 0.17% -
HSV(B) 299.22º 0.94% 0.32% -
XYZ 4.97 2.47 8.2 -
YUV 36.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 81 5 82 0.01 0.94 0 0.68 299.22 0.89 0.17
Hex 51 5 52 1 5E 0 44 12B 59 11
Octal 121 5 122 1 136 0 104 453 131 21
Binary 1010001 101 1010010 1 1011110 0 1000100 100101011 1011001 10001

Color Harmonies of #510552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510552

Black with #510552

Text Example


Text Example

White with #510552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510552; }

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

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

background-color css

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

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

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

border-color css

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

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

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