Html Css Color HEX #51255B Hot Purple

📋 copy color: '#51255B'

red 81 ◦ green 37 ◦ blue 91

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

Shades of Hot Purple #51255B

Tints of Hot Purple #51255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 38.76%
G = 17.7%
B = 43.54%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51255B (or 0x51255B) is known color: Hot Purple. HEX triplet: 51, 25 and 5B. RGB value is (81,37,91). Sum of RGB (Red+Green+Blue) = 81+37+91=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #51255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51255B is #AEDAA4. Grayscale: #383838. Windows color (decimal): -11459237 or 5973329. OLE color: 5973329.

HSL color Cylindrical-coordinate representation of color #51255B: hue angle of 288.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51255B is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 37 91 -
CMYK 0.11 0.59 0 0.64
HSL 288.89º 0.42% 0.25% -
HSV(B) 288.89º 0.59% 0.36% -
XYZ 5.94 3.83 10.32 -
YUV 56.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 81 37 91 0.11 0.59 0 0.64 288.89 0.42 0.25
Hex 51 25 5B B 3B 0 40 121 2A 19
Octal 121 45 133 13 73 0 100 441 52 31
Binary 1010001 100101 1011011 1011 111011 0 1000000 100100001 101010 11001

Color Harmonies of #51255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51255B

Black with #51255B

Text Example


Text Example

White with #51255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51255B; }

 p { color: rgb(81,37,91); }

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

background-color css

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

 a { background-color: rgb(81,37,91); }

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

border-color css

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

 span { border-color: rgb(81,37,91); }

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