Html Css Color HEX #740883 Purple

📋 copy color: '#740883'

red 116 ◦ green 8 ◦ blue 131

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

Shades of Purple #740883

Tints of Purple #740883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 131 (51.56% from 255) = 51.37%

R = 45.49%
G = 3.14%
B = 51.37%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#740883 (or 0x740883) is known color: Purple. HEX triplet: 74, 08 and 83. RGB value is (116,8,131). Sum of RGB (Red+Green+Blue) = 116+8+131=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #740883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740883 is #8BF77C. Grayscale: #353535. Windows color (decimal): -9172861 or 8587380. OLE color: 8587380.

HSL color Cylindrical-coordinate representation of color #740883: hue angle of 292.68º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740883 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 8 131 -
CMYK 0.11 0.94 0 0.49
HSL 292.68º 0.88% 0.27% -
HSV(B) 292.68º 0.94% 0.51% -
XYZ 11.39 5.53 21.94 -
YUV 54.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 116 8 131 0.11 0.94 0 0.49 292.68 0.88 0.27
Hex 74 8 83 B 5E 0 31 125 58 1B
Octal 164 10 203 13 136 0 61 445 130 33
Binary 1110100 1000 10000011 1011 1011110 0 110001 100100101 1011000 11011

Color Harmonies of #740883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740883

Black with #740883

Text Example


Text Example

White with #740883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740883; }

 p { color: rgb(116,8,131); }

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

background-color css

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

 a { background-color: rgb(116,8,131); }

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

border-color css

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

 span { border-color: rgb(116,8,131); }

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