Html Css Color HEX #770567 Purple

📋 copy color: '#770567'

red 119 ◦ green 5 ◦ blue 103

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

Shades of Purple #770567

Tints of Purple #770567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 52.42%
G = 2.2%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770567 (or 0x770567) is known color: Purple. HEX triplet: 77, 05 and 67. RGB value is (119,5,103). Sum of RGB (Red+Green+Blue) = 119+5+103=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770567 is #88FA98. Grayscale: #313131. Windows color (decimal): -8977049 or 6751607. OLE color: 6751607.

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

Color convert

RGB 119 5 103 -
CMYK 0 0.96 0.13 0.53
HSL 308.42º 0.92% 0.24% -
HSV(B) 308.42º 0.96% 0.47% -
XYZ 10.11 5.01 13.27 -
YUV 50.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 119 5 103 0 0.96 0.13 0.53 308.42 0.92 0.24
Hex 77 5 67 0 60 D 35 134 5C 18
Octal 167 5 147 0 140 15 65 464 134 30
Binary 1110111 101 1100111 0 1100000 1101 110101 100110100 1011100 11000

Color Harmonies of #770567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770567

Black with #770567

Text Example


Text Example

White with #770567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770567; }

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

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

background-color css

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

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

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

border-color css

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

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

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