Html Css Color HEX #741677 Dark Purple

📋 copy color: '#741677'

red 116 ◦ green 22 ◦ blue 119

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

Shades of Dark Purple #741677

Tints of Dark Purple #741677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 45.14%
G = 8.56%
B = 46.3%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#741677 (or 0x741677) is known color: Dark Purple. HEX triplet: 74, 16 and 77. RGB value is (116,22,119). Sum of RGB (Red+Green+Blue) = 116+22+119=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #741677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741677 is #8BE988. Grayscale: #3C3C3C. Windows color (decimal): -9169289 or 7804532. OLE color: 7804532.

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

Color convert

RGB 116 22 119 -
CMYK 0.03 0.82 0 0.53
HSL 298.14º 0.69% 0.28% -
HSV(B) 298.14º 0.82% 0.47% -
XYZ 10.82 5.62 17.97 -
YUV 61.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 116 22 119 0.03 0.82 0 0.53 298.14 0.69 0.28
Hex 74 16 77 3 52 0 35 12A 45 1C
Octal 164 26 167 3 122 0 65 452 105 34
Binary 1110100 10110 1110111 11 1010010 0 110101 100101010 1000101 11100

Color Harmonies of #741677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741677

Black with #741677

Text Example


Text Example

White with #741677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741677; }

 p { color: rgb(116,22,119); }

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

background-color css

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

 a { background-color: rgb(116,22,119); }

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

border-color css

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

 span { border-color: rgb(116,22,119); }

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