Html Css Color HEX #760669 Purple

📋 copy color: '#760669'

red 118 ◦ green 6 ◦ blue 105

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

Shades of Purple #760669

Tints of Purple #760669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 51.53%
G = 2.62%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#760669 (or 0x760669) is known color: Purple. HEX triplet: 76, 06 and 69. RGB value is (118,6,105). Sum of RGB (Red+Green+Blue) = 118+6+105=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #760669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760669 is #89F996. Grayscale: #323232. Windows color (decimal): -9042327 or 6882934. OLE color: 6882934.

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

Color convert

RGB 118 6 105 -
CMYK 0 0.95 0.11 0.54
HSL 306.96º 0.9% 0.24% -
HSV(B) 306.96º 0.95% 0.46% -
XYZ 10.09 5 13.8 -
YUV 50.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 118 6 105 0 0.95 0.11 0.54 306.96 0.9 0.24
Hex 76 6 69 0 5F B 36 133 5A 18
Octal 166 6 151 0 137 13 66 463 132 30
Binary 1110110 110 1101001 0 1011111 1011 110110 100110011 1011010 11000

Color Harmonies of #760669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760669

Black with #760669

Text Example


Text Example

White with #760669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760669; }

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

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

background-color css

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

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

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

border-color css

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

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

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