Html Css Color HEX #760C67 Dark Purple

📋 copy color: '#760C67'

red 118 ◦ green 12 ◦ blue 103

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

Shades of Dark Purple #760C67

Tints of Dark Purple #760C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

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

R = 50.64%
G = 5.15%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760C67 (or 0x760C67) is known color: Dark Purple. HEX triplet: 76, 0C and 67. RGB value is (118,12,103). Sum of RGB (Red+Green+Blue) = 118+12+103=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C67 is #89F398. Grayscale: #353535. Windows color (decimal): -9040793 or 6753398. OLE color: 6753398.

HSL color Cylindrical-coordinate representation of color #760C67: hue angle of 308.49º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C67 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 103 -
CMYK 0 0.90 0.13 0.54
HSL 308.49º 0.82% 0.25% -
HSV(B) 308.49º 0.9% 0.46% -
XYZ 10.05 5.09 13.29 -
YUV 54.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 118 12 103 0 0.90 0.13 0.54 308.49 0.82 0.25
Hex 76 C 67 0 5A D 36 134 52 19
Octal 166 14 147 0 132 15 66 464 122 31
Binary 1110110 1100 1100111 0 1011010 1101 110110 100110100 1010010 11001

Color Harmonies of #760C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C67

Black with #760C67

Text Example


Text Example

White with #760C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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