Html Css Color HEX #770368 Purple

📋 copy color: '#770368'

red 119 ◦ green 3 ◦ blue 104

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

Shades of Purple #770368

Tints of Purple #770368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 52.65%
G = 1.33%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770368 (or 0x770368) is known color: Purple. HEX triplet: 77, 03 and 68. RGB value is (119,3,104). Sum of RGB (Red+Green+Blue) = 119+3+104=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #770368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770368 is #88FC97. Grayscale: #303030. Windows color (decimal): -8977560 or 6816631. OLE color: 6816631.

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

Color convert

RGB 119 3 104 -
CMYK 0 0.97 0.13 0.53
HSL 307.76º 0.95% 0.24% -
HSV(B) 307.76º 0.97% 0.47% -
XYZ 10.14 4.99 13.52 -
YUV 49.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 119 3 104 0 0.97 0.13 0.53 307.76 0.95 0.24
Hex 77 3 68 0 61 D 35 134 5F 18
Octal 167 3 150 0 141 15 65 464 137 30
Binary 1110111 11 1101000 0 1100001 1101 110101 100110100 1011111 11000

Color Harmonies of #770368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770368

Black with #770368

Text Example


Text Example

White with #770368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770368; }

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

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

background-color css

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

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

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

border-color css

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

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

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