Html Css Color HEX #77335F Palatinate Purple

📋 copy color: '#77335F'

red 119 ◦ green 51 ◦ blue 95

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

Shades of Palatinate Purple #77335F

Tints of Palatinate Purple #77335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 44.91%
G = 19.25%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77335F (or 0x77335F) is known color: Palatinate Purple. HEX triplet: 77, 33 and 5F. RGB value is (119,51,95). Sum of RGB (Red+Green+Blue) = 119+51+95=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77335F is #88CCA0. Grayscale: #4C4C4C. Windows color (decimal): -8965281 or 6239095. OLE color: 6239095.

HSL color Cylindrical-coordinate representation of color #77335F: hue angle of 321.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77335F is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 95 -
CMYK 0 0.57 0.20 0.53
HSL 321.18º 0.4% 0.33% -
HSV(B) 321.18º 0.57% 0.47% -
XYZ 10.86 7.12 11.63 -
YUV 76.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 119 51 95 0 0.57 0.20 0.53 321.18 0.4 0.33
Hex 77 33 5F 0 39 14 35 141 28 21
Octal 167 63 137 0 71 24 65 501 50 41
Binary 1110111 110011 1011111 0 111001 10100 110101 101000001 101000 100001

Color Harmonies of #77335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77335F

Black with #77335F

Text Example


Text Example

White with #77335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77335F; }

 p { color: rgb(119,51,95); }

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

background-color css

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

 a { background-color: rgb(119,51,95); }

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

border-color css

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

 span { border-color: rgb(119,51,95); }

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