Html Css Color HEX #761888 Purple

📋 copy color: '#761888'

red 118 ◦ green 24 ◦ blue 136

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

Shades of Purple #761888

Tints of Purple #761888

RGB

 RED value IS 118 (46.48% from 255) = 42.45%

 GREEN value IS 24 (9.77% from 255) = 8.63%

 BLUE value IS 136 (53.52% from 255) = 48.92%

R = 42.45%
G = 8.63%
B = 48.92%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#761888 (or 0x761888) is known color: Purple. HEX triplet: 76, 18 and 88. RGB value is (118,24,136). Sum of RGB (Red+Green+Blue) = 118+24+136=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #761888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761888 is #89E777. Grayscale: #404040. Windows color (decimal): -9037688 or 8919158. OLE color: 8919158.

HSL color Cylindrical-coordinate representation of color #761888: hue angle of 290.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761888 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 24 136 -
CMYK 0.13 0.82 0 0.47
HSL 290.36º 0.7% 0.31% -
HSV(B) 290.36º 0.82% 0.53% -
XYZ 12.24 6.28 23.86 -
YUV 64.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 118 24 136 0.13 0.82 0 0.47 290.36 0.7 0.31
Hex 76 18 88 D 52 0 2F 122 46 1F
Octal 166 30 210 15 122 0 57 442 106 37
Binary 1110110 11000 10001000 1101 1010010 0 101111 100100010 1000110 11111

Color Harmonies of #761888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761888

Black with #761888

Text Example


Text Example

White with #761888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761888; }

 p { color: rgb(118,24,136); }

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

background-color css

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

 a { background-color: rgb(118,24,136); }

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

border-color css

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

 span { border-color: rgb(118,24,136); }

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