Html Css Color HEX #512355 Hot Purple

📋 copy color: '#512355'

red 81 ◦ green 35 ◦ blue 85

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

Shades of Hot Purple #512355

Tints of Hot Purple #512355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 40.3%
G = 17.41%
B = 42.29%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#512355 (or 0x512355) is known color: Hot Purple. HEX triplet: 51, 23 and 55. RGB value is (81,35,85). Sum of RGB (Red+Green+Blue) = 81+35+85=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #512355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512355 is #AEDCAA. Grayscale: #363636. Windows color (decimal): -11459755 or 5579601. OLE color: 5579601.

HSL color Cylindrical-coordinate representation of color #512355: hue angle of 295.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512355 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 35 85 -
CMYK 0.05 0.59 0 0.67
HSL 295.2º 0.42% 0.24% -
HSV(B) 295.2º 0.59% 0.33% -
XYZ 5.63 3.61 8.99 -
YUV 54.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 81 35 85 0.05 0.59 0 0.67 295.2 0.42 0.24
Hex 51 23 55 5 3B 0 43 127 2A 18
Octal 121 43 125 5 73 0 103 447 52 30
Binary 1010001 100011 1010101 101 111011 0 1000011 100100111 101010 11000

Color Harmonies of #512355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512355

Black with #512355

Text Example


Text Example

White with #512355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512355; }

 p { color: rgb(81,35,85); }

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

background-color css

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

 a { background-color: rgb(81,35,85); }

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

border-color css

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

 span { border-color: rgb(81,35,85); }

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