Html Css Color HEX #762081 Dark Purple

📋 copy color: '#762081'

red 118 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #762081

Tints of Dark Purple #762081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 42.29%
G = 11.47%
B = 46.24%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762081 (or 0x762081) is known color: Dark Purple. HEX triplet: 76, 20 and 81. RGB value is (118,32,129). Sum of RGB (Red+Green+Blue) = 118+32+129=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #762081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762081 is #89DF7E. Grayscale: #444444. Windows color (decimal): -9035647 or 8462454. OLE color: 8462454.

HSL color Cylindrical-coordinate representation of color #762081: hue angle of 293.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762081 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 32 129 -
CMYK 0.09 0.75 0 0.49
HSL 293.2º 0.6% 0.32% -
HSV(B) 293.2º 0.75% 0.51% -
XYZ 11.95 6.47 21.39 -
YUV 68.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 118 32 129 0.09 0.75 0 0.49 293.2 0.6 0.32
Hex 76 20 81 9 4B 0 31 125 3C 20
Octal 166 40 201 11 113 0 61 445 74 40
Binary 1110110 100000 10000001 1001 1001011 0 110001 100100101 111100 100000

Color Harmonies of #762081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762081

Black with #762081

Text Example


Text Example

White with #762081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762081; }

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

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

background-color css

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

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

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

border-color css

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

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

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