Html Css Color HEX #55265A Hot Purple

📋 copy color: '#55265A'

red 85 ◦ green 38 ◦ blue 90

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

Shades of Hot Purple #55265A

Tints of Hot Purple #55265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 39.91%
G = 17.84%
B = 42.25%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55265A (or 0x55265A) is known color: Hot Purple. HEX triplet: 55, 26 and 5A. RGB value is (85,38,90). Sum of RGB (Red+Green+Blue) = 85+38+90=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #55265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55265A is #AAD9A5. Grayscale: #393939. Windows color (decimal): -11196838 or 5908053. OLE color: 5908053.

HSL color Cylindrical-coordinate representation of color #55265A: hue angle of 294.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55265A is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 38 90 -
CMYK 0.06 0.58 0 0.65
HSL 294.23º 0.41% 0.25% -
HSV(B) 294.23º 0.58% 0.35% -
XYZ 6.28 4.06 10.12 -
YUV 57.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 85 38 90 0.06 0.58 0 0.65 294.23 0.41 0.25
Hex 55 26 5A 6 3A 0 41 126 29 19
Octal 125 46 132 6 72 0 101 446 51 31
Binary 1010101 100110 1011010 110 111010 0 1000001 100100110 101001 11001

Color Harmonies of #55265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55265A

Black with #55265A

Text Example


Text Example

White with #55265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55265A; }

 p { color: rgb(85,38,90); }

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

background-color css

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

 a { background-color: rgb(85,38,90); }

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

border-color css

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

 span { border-color: rgb(85,38,90); }

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