Html Css Color HEX #552461 Hot Purple

📋 copy color: '#552461'

red 85 ◦ green 36 ◦ blue 97

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

Shades of Hot Purple #552461

Tints of Hot Purple #552461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 38.99%
G = 16.51%
B = 44.5%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552461 (or 0x552461) is known color: Hot Purple. HEX triplet: 55, 24 and 61. RGB value is (85,36,97). Sum of RGB (Red+Green+Blue) = 85+36+97=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #552461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552461 is #AADB9E. Grayscale: #393939. Windows color (decimal): -11197343 or 6366293. OLE color: 6366293.

HSL color Cylindrical-coordinate representation of color #552461: hue angle of 288.2º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552461 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 36 97 -
CMYK 0.12 0.63 0 0.62
HSL 288.2º 0.46% 0.26% -
HSV(B) 288.2º 0.63% 0.38% -
XYZ 6.53 4.06 11.75 -
YUV 57.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 85 36 97 0.12 0.63 0 0.62 288.2 0.46 0.26
Hex 55 24 61 C 3F 0 3E 120 2E 1A
Octal 125 44 141 14 77 0 76 440 56 32
Binary 1010101 100100 1100001 1100 111111 0 111110 100100000 101110 11010

Color Harmonies of #552461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552461

Black with #552461

Text Example


Text Example

White with #552461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552461; }

 p { color: rgb(85,36,97); }

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

background-color css

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

 a { background-color: rgb(85,36,97); }

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

border-color css

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

 span { border-color: rgb(85,36,97); }

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