Html Css Color HEX #510358 Hot Purple

📋 copy color: '#510358'

red 81 ◦ green 3 ◦ blue 88

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

Shades of Hot Purple #510358

Tints of Hot Purple #510358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 47.09%
G = 1.74%
B = 51.16%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510358 (or 0x510358) is known color: Hot Purple. HEX triplet: 51, 03 and 58. RGB value is (81,3,88). Sum of RGB (Red+Green+Blue) = 81+3+88=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #510358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510358 is #AEFCA7. Grayscale: #232323. Windows color (decimal): -11467944 or 5768017. OLE color: 5768017.

HSL color Cylindrical-coordinate representation of color #510358: hue angle of 295.06º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510358 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 3 88 -
CMYK 0.08 0.97 0 0.65
HSL 295.06º 0.93% 0.18% -
HSV(B) 295.06º 0.97% 0.35% -
XYZ 5.19 2.52 9.45 -
YUV 36.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 81 3 88 0.08 0.97 0 0.65 295.06 0.93 0.18
Hex 51 3 58 8 61 0 41 127 5D 12
Octal 121 3 130 10 141 0 101 447 135 22
Binary 1010001 11 1011000 1000 1100001 0 1000001 100100111 1011101 10010

Color Harmonies of #510358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510358

Black with #510358

Text Example


Text Example

White with #510358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510358; }

 p { color: rgb(81,3,88); }

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

background-color css

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

 a { background-color: rgb(81,3,88); }

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

border-color css

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

 span { border-color: rgb(81,3,88); }

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