Html Css Color HEX #772663 Palatinate Purple

📋 copy color: '#772663'

red 119 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #772663

Tints of Palatinate Purple #772663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 46.48%
G = 14.84%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#772663 (or 0x772663) is known color: Palatinate Purple. HEX triplet: 77, 26 and 63. RGB value is (119,38,99). Sum of RGB (Red+Green+Blue) = 119+38+99=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772663 is #88D99C. Grayscale: #454545. Windows color (decimal): -8968605 or 6497911. OLE color: 6497911.

HSL color Cylindrical-coordinate representation of color #772663: hue angle of 314.81º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772663 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 99 -
CMYK 0 0.68 0.17 0.53
HSL 314.81º 0.52% 0.31% -
HSV(B) 314.81º 0.68% 0.47% -
XYZ 10.55 6.21 12.45 -
YUV 69.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 119 38 99 0 0.68 0.17 0.53 314.81 0.52 0.31
Hex 77 26 63 0 44 11 35 13B 34 1F
Octal 167 46 143 0 104 21 65 473 64 37
Binary 1110111 100110 1100011 0 1000100 10001 110101 100111011 110100 11111

Color Harmonies of #772663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772663

Black with #772663

Text Example


Text Example

White with #772663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772663; }

 p { color: rgb(119,38,99); }

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

background-color css

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

 a { background-color: rgb(119,38,99); }

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

border-color css

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

 span { border-color: rgb(119,38,99); }

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