Html Css Color HEX #551562 Hot Purple

📋 copy color: '#551562'

red 85 ◦ green 21 ◦ blue 98

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

Shades of Hot Purple #551562

Tints of Hot Purple #551562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 41.67%
G = 10.29%
B = 48.04%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551562 (or 0x551562) is known color: Hot Purple. HEX triplet: 55, 15 and 62. RGB value is (85,21,98). Sum of RGB (Red+Green+Blue) = 85+21+98=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #551562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551562 is #AAEA9D. Grayscale: #303030. Windows color (decimal): -11201182 or 6427989. OLE color: 6427989.

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

Color convert

RGB 85 21 98 -
CMYK 0.13 0.79 0 0.62
HSL 289.87º 0.65% 0.23% -
HSV(B) 289.87º 0.79% 0.38% -
XYZ 6.22 3.35 11.87 -
YUV 48.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 85 21 98 0.13 0.79 0 0.62 289.87 0.65 0.23
Hex 55 15 62 D 4F 0 3E 122 41 17
Octal 125 25 142 15 117 0 76 442 101 27
Binary 1010101 10101 1100010 1101 1001111 0 111110 100100010 1000001 10111

Color Harmonies of #551562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551562

Black with #551562

Text Example


Text Example

White with #551562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551562; }

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

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

background-color css

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

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

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

border-color css

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

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

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