Html Css Color HEX #741788 Purple

📋 copy color: '#741788'

red 116 ◦ green 23 ◦ blue 136

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

Shades of Purple #741788

Tints of Purple #741788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 42.18%
G = 8.36%
B = 49.45%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#741788 (or 0x741788) is known color: Purple. HEX triplet: 74, 17 and 88. RGB value is (116,23,136). Sum of RGB (Red+Green+Blue) = 116+23+136=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #741788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741788 is #8BE877. Grayscale: #3F3F3F. Windows color (decimal): -9169016 or 8918900. OLE color: 8918900.

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

Color convert

RGB 116 23 136 -
CMYK 0.15 0.83 0 0.47
HSL 289.38º 0.71% 0.31% -
HSV(B) 289.38º 0.83% 0.53% -
XYZ 11.95 6.1 23.84 -
YUV 63.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 116 23 136 0.15 0.83 0 0.47 289.38 0.71 0.31
Hex 74 17 88 F 53 0 2F 121 47 1F
Octal 164 27 210 17 123 0 57 441 107 37
Binary 1110100 10111 10001000 1111 1010011 0 101111 100100001 1000111 11111

Color Harmonies of #741788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741788

Black with #741788

Text Example


Text Example

White with #741788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741788; }

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

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

background-color css

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

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

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

border-color css

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

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

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