Html Css Color HEX #760C69 Dark Purple

📋 copy color: '#760C69'

red 118 ◦ green 12 ◦ blue 105

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

Shades of Dark Purple #760C69

Tints of Dark Purple #760C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 50.21%
G = 5.11%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#760C69 (or 0x760C69) is known color: Dark Purple. HEX triplet: 76, 0C and 69. RGB value is (118,12,105). Sum of RGB (Red+Green+Blue) = 118+12+105=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #760C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C69 is #89F396. Grayscale: #363636. Windows color (decimal): -9040791 or 6884470. OLE color: 6884470.

HSL color Cylindrical-coordinate representation of color #760C69: hue angle of 307.36º 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 #760C69 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 105 -
CMYK 0 0.90 0.11 0.54
HSL 307.36º 0.82% 0.25% -
HSV(B) 307.36º 0.9% 0.46% -
XYZ 10.15 5.13 13.82 -
YUV 54.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 118 12 105 0 0.90 0.11 0.54 307.36 0.82 0.25
Hex 76 C 69 0 5A B 36 133 52 19
Octal 166 14 151 0 132 13 66 463 122 31
Binary 1110110 1100 1101001 0 1011010 1011 110110 100110011 1010010 11001

Color Harmonies of #760C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C69

Black with #760C69

Text Example


Text Example

White with #760C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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