Html Css Color HEX #741988 Purple

📋 copy color: '#741988'

red 116 ◦ green 25 ◦ blue 136

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

Shades of Purple #741988

Tints of Purple #741988

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 41.88%
G = 9.03%
B = 49.1%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#741988 (or 0x741988) is known color: Purple. HEX triplet: 74, 19 and 88. RGB value is (116,25,136). Sum of RGB (Red+Green+Blue) = 116+25+136=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #741988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741988 is #8BE677. Grayscale: #404040. Windows color (decimal): -9168504 or 8919412. OLE color: 8919412.

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

Color convert

RGB 116 25 136 -
CMYK 0.15 0.82 0 0.47
HSL 289.19º 0.69% 0.32% -
HSV(B) 289.19º 0.82% 0.53% -
XYZ 11.99 6.19 23.85 -
YUV 64.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 116 25 136 0.15 0.82 0 0.47 289.19 0.69 0.32
Hex 74 19 88 F 52 0 2F 121 45 20
Octal 164 31 210 17 122 0 57 441 105 40
Binary 1110100 11001 10001000 1111 1010010 0 101111 100100001 1000101 100000

Color Harmonies of #741988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741988

Black with #741988

Text Example


Text Example

White with #741988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741988; }

 p { color: rgb(116,25,136); }

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

background-color css

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

 a { background-color: rgb(116,25,136); }

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

border-color css

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

 span { border-color: rgb(116,25,136); }

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