Html Css Color HEX #770364 Purple

📋 copy color: '#770364'

red 119 ◦ green 3 ◦ blue 100

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

Shades of Purple #770364

Tints of Purple #770364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 53.6%
G = 1.35%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#770364 (or 0x770364) is known color: Purple. HEX triplet: 77, 03 and 64. RGB value is (119,3,100). Sum of RGB (Red+Green+Blue) = 119+3+100=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770364 is #88FC9B. Grayscale: #303030. Windows color (decimal): -8977564 or 6554487. OLE color: 6554487.

HSL color Cylindrical-coordinate representation of color #770364: hue angle of 309.83º 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 #770364 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 100 -
CMYK 0 0.97 0.16 0.53
HSL 309.83º 0.95% 0.24% -
HSV(B) 309.83º 0.97% 0.47% -
XYZ 9.94 4.91 12.48 -
YUV 48.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 119 3 100 0 0.97 0.16 0.53 309.83 0.95 0.24
Hex 77 3 64 0 61 10 35 136 5F 18
Octal 167 3 144 0 141 20 65 466 137 30
Binary 1110111 11 1100100 0 1100001 10000 110101 100110110 1011111 11000

Color Harmonies of #770364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770364

Black with #770364

Text Example


Text Example

White with #770364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770364; }

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

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

background-color css

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

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

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

border-color css

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

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

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