Html Css Color HEX #760167 Purple

📋 copy color: '#760167'

red 118 ◦ green 1 ◦ blue 103

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

Shades of Purple #760167

Tints of Purple #760167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 53.15%
G = 0.45%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760167 (or 0x760167) is known color: Purple. HEX triplet: 76, 01 and 67. RGB value is (118,1,103). Sum of RGB (Red+Green+Blue) = 118+1+103=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760167 is #89FE98. Grayscale: #2F2F2F. Windows color (decimal): -9043609 or 6750582. OLE color: 6750582.

HSL color Cylindrical-coordinate representation of color #760167: hue angle of 307.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760167 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 103 -
CMYK 0 0.99 0.13 0.54
HSL 307.69º 0.98% 0.23% -
HSV(B) 307.69º 0.99% 0.46% -
XYZ 9.93 4.85 13.25 -
YUV 47.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 118 1 103 0 0.99 0.13 0.54 307.69 0.98 0.23
Hex 76 1 67 0 63 D 36 134 62 17
Octal 166 1 147 0 143 15 66 464 142 27
Binary 1110110 1 1100111 0 1100011 1101 110110 100110100 1100010 10111

Color Harmonies of #760167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760167

Black with #760167

Text Example


Text Example

White with #760167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760167; }

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

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

background-color css

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

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

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

border-color css

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

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

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