Html Css Color HEX #770367 Purple

📋 copy color: '#770367'

red 119 ◦ green 3 ◦ blue 103

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

Shades of Purple #770367

Tints of Purple #770367

RGB

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

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

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

R = 52.89%
G = 1.33%
B = 45.78%

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

#770367 (or 0x770367) is known color: Purple. HEX triplet: 77, 03 and 67. RGB value is (119,3,103). Sum of RGB (Red+Green+Blue) = 119+3+103=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770367 is #88FC98. Grayscale: #303030. Windows color (decimal): -8977561 or 6751095. OLE color: 6751095.

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

Color convert

RGB 119 3 103 -
CMYK 0 0.97 0.13 0.53
HSL 308.28º 0.95% 0.24% -
HSV(B) 308.28º 0.97% 0.47% -
XYZ 10.09 4.97 13.26 -
YUV 49.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 119 3 103 0 0.97 0.13 0.53 308.28 0.95 0.24
Hex 77 3 67 0 61 D 35 134 5F 18
Octal 167 3 147 0 141 15 65 464 137 30
Binary 1110111 11 1100111 0 1100001 1101 110101 100110100 1011111 11000

Color Harmonies of #770367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770367

Black with #770367

Text Example


Text Example

White with #770367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770367; }

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

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

background-color css

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

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

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

border-color css

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

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

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