Html Css Color HEX #770168 Purple

📋 copy color: '#770168'

red 119 ◦ green 1 ◦ blue 104

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

Shades of Purple #770168

Tints of Purple #770168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 53.13%
G = 0.45%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770168 (or 0x770168) is known color: Purple. HEX triplet: 77, 01 and 68. RGB value is (119,1,104). Sum of RGB (Red+Green+Blue) = 119+1+104=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #770168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770168 is #88FE97. Grayscale: #2F2F2F. Windows color (decimal): -8978072 or 6816119. OLE color: 6816119.

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

Color convert

RGB 119 1 104 -
CMYK 0 0.99 0.13 0.53
HSL 307.63º 0.98% 0.24% -
HSV(B) 307.63º 0.99% 0.47% -
XYZ 10.12 4.94 13.52 -
YUV 48.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 119 1 104 0 0.99 0.13 0.53 307.63 0.98 0.24
Hex 77 1 68 0 63 D 35 134 62 18
Octal 167 1 150 0 143 15 65 464 142 30
Binary 1110111 1 1101000 0 1100011 1101 110101 100110100 1100010 11000

Color Harmonies of #770168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770168

Black with #770168

Text Example


Text Example

White with #770168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770168; }

 p { color: rgb(119,1,104); }

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

background-color css

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

 a { background-color: rgb(119,1,104); }

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

border-color css

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

 span { border-color: rgb(119,1,104); }

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