Html Css Color HEX #551462 Hot Purple

📋 copy color: '#551462'

red 85 ◦ green 20 ◦ blue 98

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

Shades of Hot Purple #551462

Tints of Hot Purple #551462

RGB

 RED value IS 85 (33.59% from 255) = 41.87%

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 41.87%
G = 9.85%
B = 48.28%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551462 (or 0x551462) is known color: Hot Purple. HEX triplet: 55, 14 and 62. RGB value is (85,20,98). Sum of RGB (Red+Green+Blue) = 85+20+98=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #551462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551462 is #AAEB9D. Grayscale: #303030. Windows color (decimal): -11201438 or 6427733. OLE color: 6427733.

HSL color Cylindrical-coordinate representation of color #551462: hue angle of 290º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551462 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 20 98 -
CMYK 0.13 0.80 0 0.62
HSL 290º 0.66% 0.23% -
HSV(B) 290º 0.8% 0.38% -
XYZ 6.2 3.31 11.87 -
YUV 48.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 85 20 98 0.13 0.80 0 0.62 290 0.66 0.23
Hex 55 14 62 D 50 0 3E 122 42 17
Octal 125 24 142 15 120 0 76 442 102 27
Binary 1010101 10100 1100010 1101 1010000 0 111110 100100010 1000010 10111

Color Harmonies of #551462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551462

Black with #551462

Text Example


Text Example

White with #551462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551462; }

 p { color: rgb(85,20,98); }

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

background-color css

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

 a { background-color: rgb(85,20,98); }

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

border-color css

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

 span { border-color: rgb(85,20,98); }

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