Html Css Color HEX #762074 Dark Purple

📋 copy color: '#762074'

red 118 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #762074

Tints of Dark Purple #762074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 44.36%
G = 12.03%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#762074 (or 0x762074) is known color: Dark Purple. HEX triplet: 76, 20 and 74. RGB value is (118,32,116). Sum of RGB (Red+Green+Blue) = 118+32+116=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #762074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762074 is #89DF8B. Grayscale: #434343. Windows color (decimal): -9035660 or 7610486. OLE color: 7610486.

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

Color convert

RGB 118 32 116 -
CMYK 0 0.73 0.02 0.54
HSL 301.4º 0.57% 0.29% -
HSV(B) 301.4º 0.73% 0.46% -
XYZ 11.14 6.15 17.12 -
YUV 67.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 118 32 116 0 0.73 0.02 0.54 301.4 0.57 0.29
Hex 76 20 74 0 49 2 36 12D 39 1D
Octal 166 40 164 0 111 2 66 455 71 35
Binary 1110110 100000 1110100 0 1001001 10 110110 100101101 111001 11101

Color Harmonies of #762074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762074

Black with #762074

Text Example


Text Example

White with #762074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762074; }

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

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

background-color css

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

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

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

border-color css

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

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

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