Html Css Color HEX #761869 Palatinate Purple

📋 copy color: '#761869'

red 118 ◦ green 24 ◦ blue 105

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

Shades of Palatinate Purple #761869

Tints of Palatinate Purple #761869

RGB

 RED value IS 118 (46.48% from 255) = 47.77%

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 47.77%
G = 9.72%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#761869 (or 0x761869) is known color: Palatinate Purple. HEX triplet: 76, 18 and 69. RGB value is (118,24,105). Sum of RGB (Red+Green+Blue) = 118+24+105=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #761869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761869 is #89E796. Grayscale: #3D3D3D. Windows color (decimal): -9037719 or 6887542. OLE color: 6887542.

HSL color Cylindrical-coordinate representation of color #761869: hue angle of 308.3º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761869 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 105 -
CMYK 0 0.80 0.11 0.54
HSL 308.3º 0.66% 0.28% -
HSV(B) 308.3º 0.8% 0.46% -
XYZ 10.35 5.52 13.89 -
YUV 61.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 118 24 105 0 0.80 0.11 0.54 308.3 0.66 0.28
Hex 76 18 69 0 50 B 36 134 42 1C
Octal 166 30 151 0 120 13 66 464 102 34
Binary 1110110 11000 1101001 0 1010000 1011 110110 100110100 1000010 11100

Color Harmonies of #761869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761869

Black with #761869

Text Example


Text Example

White with #761869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761869; }

 p { color: rgb(118,24,105); }

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

background-color css

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

 a { background-color: rgb(118,24,105); }

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

border-color css

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

 span { border-color: rgb(118,24,105); }

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