Html Css Color HEX #761678 Dark Purple

📋 copy color: '#761678'

red 118 ◦ green 22 ◦ blue 120

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

Shades of Dark Purple #761678

Tints of Dark Purple #761678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 45.38%
G = 8.46%
B = 46.15%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761678 (or 0x761678) is known color: Dark Purple. HEX triplet: 76, 16 and 78. RGB value is (118,22,120). Sum of RGB (Red+Green+Blue) = 118+22+120=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #761678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761678 is #89E987. Grayscale: #3D3D3D. Windows color (decimal): -9038216 or 7870070. OLE color: 7870070.

HSL color Cylindrical-coordinate representation of color #761678: hue angle of 298.78º 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 #761678 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 22 120 -
CMYK 0.02 0.82 0 0.53
HSL 298.78º 0.69% 0.28% -
HSV(B) 298.78º 0.82% 0.47% -
XYZ 11.15 5.78 18.3 -
YUV 61.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 118 22 120 0.02 0.82 0 0.53 298.78 0.69 0.28
Hex 76 16 78 2 52 0 35 12B 45 1C
Octal 166 26 170 2 122 0 65 453 105 34
Binary 1110110 10110 1111000 10 1010010 0 110101 100101011 1000101 11100

Color Harmonies of #761678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761678

Black with #761678

Text Example


Text Example

White with #761678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761678; }

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

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

background-color css

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

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

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

border-color css

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

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

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