Html Css Color HEX #762869 Palatinate Purple

📋 copy color: '#762869'

red 118 ◦ green 40 ◦ blue 105

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

Shades of Palatinate Purple #762869

Tints of Palatinate Purple #762869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 44.87%
G = 15.21%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762869 (or 0x762869) is known color: Palatinate Purple. HEX triplet: 76, 28 and 69. RGB value is (118,40,105). Sum of RGB (Red+Green+Blue) = 118+40+105=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #762869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762869 is #89D796. Grayscale: #464646. Windows color (decimal): -9033623 or 6891638. OLE color: 6891638.

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

Color convert

RGB 118 40 105 -
CMYK 0 0.66 0.11 0.54
HSL 310º 0.49% 0.31% -
HSV(B) 310º 0.66% 0.46% -
XYZ 10.78 6.39 14.03 -
YUV 70.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 118 40 105 0 0.66 0.11 0.54 310 0.49 0.31
Hex 76 28 69 0 42 B 36 136 31 1F
Octal 166 50 151 0 102 13 66 466 61 37
Binary 1110110 101000 1101001 0 1000010 1011 110110 100110110 110001 11111

Color Harmonies of #762869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762869

Black with #762869

Text Example


Text Example

White with #762869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762869; }

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

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

background-color css

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

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

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

border-color css

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

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

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