Html Css Color HEX #762967 Palatinate Purple

📋 copy color: '#762967'

red 118 ◦ green 41 ◦ blue 103

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

Shades of Palatinate Purple #762967

Tints of Palatinate Purple #762967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 103 (40.63% from 255) = 39.31%

R = 45.04%
G = 15.65%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#762967 (or 0x762967) is known color: Palatinate Purple. HEX triplet: 76, 29 and 67. RGB value is (118,41,103). Sum of RGB (Red+Green+Blue) = 118+41+103=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #762967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762967 is #89D698. Grayscale: #464646. Windows color (decimal): -9033369 or 6760822. OLE color: 6760822.

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

Color convert

RGB 118 41 103 -
CMYK 0 0.65 0.13 0.54
HSL 311.69º 0.48% 0.31% -
HSV(B) 311.69º 0.65% 0.46% -
XYZ 10.71 6.42 13.51 -
YUV 71.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 118 41 103 0 0.65 0.13 0.54 311.69 0.48 0.31
Hex 76 29 67 0 41 D 36 138 30 1F
Octal 166 51 147 0 101 15 66 470 60 37
Binary 1110110 101001 1100111 0 1000001 1101 110110 100111000 110000 11111

Color Harmonies of #762967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762967

Black with #762967

Text Example


Text Example

White with #762967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762967; }

 p { color: rgb(118,41,103); }

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

background-color css

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

 a { background-color: rgb(118,41,103); }

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

border-color css

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

 span { border-color: rgb(118,41,103); }

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