Html Css Color HEX #770A67 Purple

📋 copy color: '#770A67'

red 119 ◦ green 10 ◦ blue 103

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

Shades of Purple #770A67

Tints of Purple #770A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

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

R = 51.29%
G = 4.31%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770A67 (or 0x770A67) is known color: Purple. HEX triplet: 77, 0A and 67. RGB value is (119,10,103). Sum of RGB (Red+Green+Blue) = 119+10+103=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #770A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A67 is #88F598. Grayscale: #343434. Windows color (decimal): -8975769 or 6752887. OLE color: 6752887.

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

Color convert

RGB 119 10 103 -
CMYK 0 0.92 0.13 0.53
HSL 308.81º 0.84% 0.25% -
HSV(B) 308.81º 0.92% 0.47% -
XYZ 10.16 5.12 13.28 -
YUV 53.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 119 10 103 0 0.92 0.13 0.53 308.81 0.84 0.25
Hex 77 A 67 0 5C D 35 135 54 19
Octal 167 12 147 0 134 15 65 465 124 31
Binary 1110111 1010 1100111 0 1011100 1101 110101 100110101 1010100 11001

Color Harmonies of #770A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A67

Black with #770A67

Text Example


Text Example

White with #770A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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