Html Css Color HEX #761365 Palatinate Purple

📋 copy color: '#761365'

red 118 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #761365

Tints of Palatinate Purple #761365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 49.58%
G = 7.98%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761365 (or 0x761365) is known color: Palatinate Purple. HEX triplet: 76, 13 and 65. RGB value is (118,19,101). Sum of RGB (Red+Green+Blue) = 118+19+101=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761365 is #89EC9A. Grayscale: #393939. Windows color (decimal): -9039003 or 6624118. OLE color: 6624118.

HSL color Cylindrical-coordinate representation of color #761365: hue angle of 310.3º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761365 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 101 -
CMYK 0 0.84 0.14 0.54
HSL 310.3º 0.72% 0.27% -
HSV(B) 310.3º 0.84% 0.46% -
XYZ 10.05 5.26 12.8 -
YUV 57.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 118 19 101 0 0.84 0.14 0.54 310.3 0.72 0.27
Hex 76 13 65 0 54 E 36 136 48 1B
Octal 166 23 145 0 124 16 66 466 110 33
Binary 1110110 10011 1100101 0 1010100 1110 110110 100110110 1001000 11011

Color Harmonies of #761365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761365

Black with #761365

Text Example


Text Example

White with #761365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761365; }

 p { color: rgb(118,19,101); }

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

background-color css

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

 a { background-color: rgb(118,19,101); }

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

border-color css

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

 span { border-color: rgb(118,19,101); }

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