Html Css Color HEX #761867 Palatinate Purple

📋 copy color: '#761867'

red 118 ◦ green 24 ◦ blue 103

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

Shades of Palatinate Purple #761867

Tints of Palatinate Purple #761867

RGB

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

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

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

R = 48.16%
G = 9.8%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#761867 (or 0x761867) is known color: Palatinate Purple. HEX triplet: 76, 18 and 67. RGB value is (118,24,103). Sum of RGB (Red+Green+Blue) = 118+24+103=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761867 is #89E798. Grayscale: #3C3C3C. Windows color (decimal): -9037721 or 6756470. OLE color: 6756470.

HSL color Cylindrical-coordinate representation of color #761867: hue angle of 309.57º 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 #761867 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 103 -
CMYK 0 0.80 0.13 0.54
HSL 309.57º 0.66% 0.28% -
HSV(B) 309.57º 0.8% 0.46% -
XYZ 10.25 5.48 13.35 -
YUV 61.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 118 24 103 0 0.80 0.13 0.54 309.57 0.66 0.28
Hex 76 18 67 0 50 D 36 136 42 1C
Octal 166 30 147 0 120 15 66 466 102 34
Binary 1110110 11000 1100111 0 1010000 1101 110110 100110110 1000010 11100

Color Harmonies of #761867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761867

Black with #761867

Text Example


Text Example

White with #761867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761867; }

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

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

background-color css

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

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

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

border-color css

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

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

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