Html Css Color HEX #770067 Purple

📋 copy color: '#770067'

red 119 ◦ green 0 ◦ blue 103

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

Shades of Purple #770067

Tints of Purple #770067

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

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

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

R = 53.6%
G = 0%
B = 46.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770067 (or 0x770067) is known color: Purple. HEX triplet: 77, 00 and 67. RGB value is (119,0,103). Sum of RGB (Red+Green+Blue) = 119+0+103=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770067 is #88FF98. Grayscale: #2F2F2F. Windows color (decimal): -8978329 or 6750327. OLE color: 6750327.

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

Color convert

RGB 119 0 103 -
CMYK 0 1 0.13 0.53
HSL 308.07º 1% 0.23% -
HSV(B) 308.07º 1% 0.47% -
XYZ 10.06 4.9 13.25 -
YUV 47.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 119 0 103 0 1 0.13 0.53 308.07 1 0.23
Hex 77 0 67 0 64 D 35 134 64 17
Octal 167 0 147 0 144 15 65 464 144 27
Binary 1110111 0 1100111 0 1100100 1101 110101 100110100 1100100 10111

Color Harmonies of #770067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770067

Black with #770067

Text Example


Text Example

White with #770067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770067; }

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

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

background-color css

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

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

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

border-color css

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

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

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