Html Css Color HEX #760D67 Dark Purple

📋 copy color: '#760D67'

red 118 ◦ green 13 ◦ blue 103

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

Shades of Dark Purple #760D67

Tints of Dark Purple #760D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 50.43%
G = 5.56%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760D67 (or 0x760D67) is known color: Dark Purple. HEX triplet: 76, 0D and 67. RGB value is (118,13,103). Sum of RGB (Red+Green+Blue) = 118+13+103=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D67 is #89F298. Grayscale: #363636. Windows color (decimal): -9040537 or 6753654. OLE color: 6753654.

HSL color Cylindrical-coordinate representation of color #760D67: hue angle of 308.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D67 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 103 -
CMYK 0 0.89 0.13 0.54
HSL 308.57º 0.8% 0.26% -
HSV(B) 308.57º 0.89% 0.46% -
XYZ 10.06 5.12 13.29 -
YUV 54.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 118 13 103 0 0.89 0.13 0.54 308.57 0.8 0.26
Hex 76 D 67 0 59 D 36 135 50 1A
Octal 166 15 147 0 131 15 66 465 120 32
Binary 1110110 1101 1100111 0 1011001 1101 110110 100110101 1010000 11010

Color Harmonies of #760D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D67

Black with #760D67

Text Example


Text Example

White with #760D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D67; }

 p { color: rgb(118,13,103); }

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

background-color css

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

 a { background-color: rgb(118,13,103); }

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

border-color css

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

 span { border-color: rgb(118,13,103); }

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