Html Css Color HEX #880375 Purple

📋 copy color: '#880375'

red 136 ◦ green 3 ◦ blue 117

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

Shades of Purple #880375

Tints of Purple #880375

RGB

 RED value IS 136 (53.52% from 255) = 53.13%

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 53.13%
G = 1.17%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#880375 (or 0x880375) is known color: Purple. HEX triplet: 88, 03 and 75. RGB value is (136,3,117). Sum of RGB (Red+Green+Blue) = 136+3+117=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880375 is #77FC8A. Grayscale: #373737. Windows color (decimal): -7863435 or 7668616. OLE color: 7668616.

HSL color Cylindrical-coordinate representation of color #880375: hue angle of 308.57º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880375 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 117 -
CMYK 0 0.98 0.14 0.47
HSL 308.57º 0.96% 0.27% -
HSV(B) 308.57º 0.98% 0.53% -
XYZ 13.4 6.58 17.39 -
YUV 55.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 136 3 117 0 0.98 0.14 0.47 308.57 0.96 0.27
Hex 88 3 75 0 62 E 2F 135 60 1B
Octal 210 3 165 0 142 16 57 465 140 33
Binary 10001000 11 1110101 0 1100010 1110 101111 100110101 1100000 11011

Color Harmonies of #880375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880375

Black with #880375

Text Example


Text Example

White with #880375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880375; }

 p { color: rgb(136,3,117); }

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

background-color css

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

 a { background-color: rgb(136,3,117); }

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

border-color css

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

 span { border-color: rgb(136,3,117); }

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