Html Css Color HEX #551064 Hot Purple

📋 copy color: '#551064'

red 85 ◦ green 16 ◦ blue 100

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

Shades of Hot Purple #551064

Tints of Hot Purple #551064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 100 (39.45% from 255) = 49.75%

R = 42.29%
G = 7.96%
B = 49.75%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#551064 (or 0x551064) is known color: Hot Purple. HEX triplet: 55, 10 and 64. RGB value is (85,16,100). Sum of RGB (Red+Green+Blue) = 85+16+100=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #551064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551064 is #AAEF9B. Grayscale: #2D2D2D. Windows color (decimal): -11202460 or 6557781. OLE color: 6557781.

HSL color Cylindrical-coordinate representation of color #551064: hue angle of 289.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551064 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 16 100 -
CMYK 0.15 0.84 0 0.61
HSL 289.29º 0.72% 0.23% -
HSV(B) 289.29º 0.84% 0.39% -
XYZ 6.23 3.22 12.35 -
YUV 46.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 85 16 100 0.15 0.84 0 0.61 289.29 0.72 0.23
Hex 55 10 64 F 54 0 3D 121 48 17
Octal 125 20 144 17 124 0 75 441 110 27
Binary 1010101 10000 1100100 1111 1010100 0 111101 100100001 1001000 10111

Color Harmonies of #551064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551064

Black with #551064

Text Example


Text Example

White with #551064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551064; }

 p { color: rgb(85,16,100); }

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

background-color css

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

 a { background-color: rgb(85,16,100); }

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

border-color css

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

 span { border-color: rgb(85,16,100); }

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