Html Css Color HEX #762769 Palatinate Purple

📋 copy color: '#762769'

red 118 ◦ green 39 ◦ blue 105

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

Shades of Palatinate Purple #762769

Tints of Palatinate Purple #762769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 45.04%
G = 14.89%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762769 (or 0x762769) is known color: Palatinate Purple. HEX triplet: 76, 27 and 69. RGB value is (118,39,105). Sum of RGB (Red+Green+Blue) = 118+39+105=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #762769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762769 is #89D896. Grayscale: #454545. Windows color (decimal): -9033879 or 6891382. OLE color: 6891382.

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

Color convert

RGB 118 39 105 -
CMYK 0 0.67 0.11 0.54
HSL 309.87º 0.5% 0.31% -
HSV(B) 309.87º 0.67% 0.46% -
XYZ 10.75 6.32 14.02 -
YUV 70.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 118 39 105 0 0.67 0.11 0.54 309.87 0.5 0.31
Hex 76 27 69 0 43 B 36 136 32 1F
Octal 166 47 151 0 103 13 66 466 62 37
Binary 1110110 100111 1101001 0 1000011 1011 110110 100110110 110010 11111

Color Harmonies of #762769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762769

Black with #762769

Text Example


Text Example

White with #762769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762769; }

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

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

background-color css

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

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

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

border-color css

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

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

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