Html Css Color HEX #741883 Purple

📋 copy color: '#741883'

red 116 ◦ green 24 ◦ blue 131

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

Shades of Purple #741883

Tints of Purple #741883

RGB

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

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

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

R = 42.8%
G = 8.86%
B = 48.34%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#741883 (or 0x741883) is known color: Purple. HEX triplet: 74, 18 and 83. RGB value is (116,24,131). Sum of RGB (Red+Green+Blue) = 116+24+131=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #741883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741883 is #8BE77C. Grayscale: #3F3F3F. Windows color (decimal): -9168765 or 8591476. OLE color: 8591476.

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

Color convert

RGB 116 24 131 -
CMYK 0.11 0.82 0 0.49
HSL 291.59º 0.69% 0.3% -
HSV(B) 291.59º 0.82% 0.51% -
XYZ 11.63 6 22.02 -
YUV 63.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 116 24 131 0.11 0.82 0 0.49 291.59 0.69 0.3
Hex 74 18 83 B 52 0 31 124 45 1E
Octal 164 30 203 13 122 0 61 444 105 36
Binary 1110100 11000 10000011 1011 1010010 0 110001 100100100 1000101 11110

Color Harmonies of #741883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741883

Black with #741883

Text Example


Text Example

White with #741883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741883; }

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

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

background-color css

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

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

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

border-color css

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

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

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