Html Css Color HEX #760067 Purple

📋 copy color: '#760067'

red 118 ◦ green 0 ◦ blue 103

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

Shades of Purple #760067

Tints of Purple #760067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.39%
G = 0%
B = 46.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#760067 (or 0x760067) is known color: Purple. HEX triplet: 76, 00 and 67. RGB value is (118,0,103). Sum of RGB (Red+Green+Blue) = 118+0+103=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760067 is #89FF98. Grayscale: #2E2E2E. Windows color (decimal): -9043865 or 6750326. OLE color: 6750326.

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

Color convert

RGB 118 0 103 -
CMYK 0 1 0.13 0.54
HSL 307.63º 1% 0.23% -
HSV(B) 307.63º 1% 0.46% -
XYZ 9.92 4.83 13.24 -
YUV 47.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 118 0 103 0 1 0.13 0.54 307.63 1 0.23
Hex 76 0 67 0 64 D 36 134 64 17
Octal 166 0 147 0 144 15 66 464 144 27
Binary 1110110 0 1100111 0 1100100 1101 110110 100110100 1100100 10111

Color Harmonies of #760067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760067

Black with #760067

Text Example


Text Example

White with #760067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760067; }

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

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

background-color css

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

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

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

border-color css

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

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

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