Html Css Color HEX #760969 Purple

📋 copy color: '#760969'

red 118 ◦ green 9 ◦ blue 105

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

Shades of Purple #760969

Tints of Purple #760969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 50.86%
G = 3.88%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#760969 (or 0x760969) is known color: Purple. HEX triplet: 76, 09 and 69. RGB value is (118,9,105). Sum of RGB (Red+Green+Blue) = 118+9+105=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760969 is #89F696. Grayscale: #343434. Windows color (decimal): -9041559 or 6883702. OLE color: 6883702.

HSL color Cylindrical-coordinate representation of color #760969: hue angle of 307.16º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760969 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 105 -
CMYK 0 0.92 0.11 0.54
HSL 307.16º 0.86% 0.25% -
HSV(B) 307.16º 0.92% 0.46% -
XYZ 10.12 5.07 13.81 -
YUV 52.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 118 9 105 0 0.92 0.11 0.54 307.16 0.86 0.25
Hex 76 9 69 0 5C B 36 133 56 19
Octal 166 11 151 0 134 13 66 463 126 31
Binary 1110110 1001 1101001 0 1011100 1011 110110 100110011 1010110 11001

Color Harmonies of #760969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760969

Black with #760969

Text Example


Text Example

White with #760969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760969; }

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

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

background-color css

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

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

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

border-color css

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

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

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