Html Css Color HEX #761674 Dark Purple

📋 copy color: '#761674'

red 118 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #761674

Tints of Dark Purple #761674

RGB

 RED value IS 118 (46.48% from 255) = 46.09%

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

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 46.09%
G = 8.59%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#761674 (or 0x761674) is known color: Dark Purple. HEX triplet: 76, 16 and 74. RGB value is (118,22,116). Sum of RGB (Red+Green+Blue) = 118+22+116=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #761674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761674 is #89E98B. Grayscale: #3D3D3D. Windows color (decimal): -9038220 or 7607926. OLE color: 7607926.

HSL color Cylindrical-coordinate representation of color #761674: hue angle of 301.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761674 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 116 -
CMYK 0 0.81 0.02 0.54
HSL 301.25º 0.69% 0.27% -
HSV(B) 301.25º 0.81% 0.46% -
XYZ 10.91 5.69 17.05 -
YUV 61.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 118 22 116 0 0.81 0.02 0.54 301.25 0.69 0.27
Hex 76 16 74 0 51 2 36 12D 45 1B
Octal 166 26 164 0 121 2 66 455 105 33
Binary 1110110 10110 1110100 0 1010001 10 110110 100101101 1000101 11011

Color Harmonies of #761674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761674

Black with #761674

Text Example


Text Example

White with #761674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761674; }

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

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

background-color css

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

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

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

border-color css

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

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

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