Html Css Color HEX #760967 Purple

📋 copy color: '#760967'

red 118 ◦ green 9 ◦ blue 103

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

Shades of Purple #760967

Tints of Purple #760967

RGB

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

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

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

R = 51.3%
G = 3.91%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760967 (or 0x760967) is known color: Purple. HEX triplet: 76, 09 and 67. RGB value is (118,9,103). Sum of RGB (Red+Green+Blue) = 118+9+103=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #760967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760967 is #89F698. Grayscale: #343434. Windows color (decimal): -9041561 or 6752630. OLE color: 6752630.

HSL color Cylindrical-coordinate representation of color #760967: hue angle of 308.26º 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 #760967 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 103 -
CMYK 0 0.92 0.13 0.54
HSL 308.26º 0.86% 0.25% -
HSV(B) 308.26º 0.92% 0.46% -
XYZ 10.02 5.03 13.27 -
YUV 52.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 118 9 103 0 0.92 0.13 0.54 308.26 0.86 0.25
Hex 76 9 67 0 5C D 36 134 56 19
Octal 166 11 147 0 134 15 66 464 126 31
Binary 1110110 1001 1100111 0 1011100 1101 110110 100110100 1010110 11001

Color Harmonies of #760967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760967

Black with #760967

Text Example


Text Example

White with #760967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760967; }

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

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

background-color css

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

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

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

border-color css

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

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

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