Html Css Color HEX #55125D Hot Purple

📋 copy color: '#55125D'

red 85 ◦ green 18 ◦ blue 93

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

Shades of Hot Purple #55125D

Tints of Hot Purple #55125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 43.37%
G = 9.18%
B = 47.45%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55125D (or 0x55125D) is known color: Hot Purple. HEX triplet: 55, 12 and 5D. RGB value is (85,18,93). Sum of RGB (Red+Green+Blue) = 85+18+93=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #55125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55125D is #AAEDA2. Grayscale: #2E2E2E. Windows color (decimal): -11201955 or 6099541. OLE color: 6099541.

HSL color Cylindrical-coordinate representation of color #55125D: hue angle of 293.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55125D is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 18 93 -
CMYK 0.09 0.81 0 0.64
HSL 293.6º 0.68% 0.22% -
HSV(B) 293.6º 0.81% 0.36% -
XYZ 5.94 3.15 10.65 -
YUV 46.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 85 18 93 0.09 0.81 0 0.64 293.6 0.68 0.22
Hex 55 12 5D 9 51 0 40 126 44 16
Octal 125 22 135 11 121 0 100 446 104 26
Binary 1010101 10010 1011101 1001 1010001 0 1000000 100100110 1000100 10110

Color Harmonies of #55125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55125D

Black with #55125D

Text Example


Text Example

White with #55125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55125D; }

 p { color: rgb(85,18,93); }

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

background-color css

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

 a { background-color: rgb(85,18,93); }

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

border-color css

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

 span { border-color: rgb(85,18,93); }

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