Html Css Color HEX #761265 Palatinate Purple

📋 copy color: '#761265'

red 118 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #761265

Tints of Palatinate Purple #761265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 49.79%
G = 7.59%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761265 (or 0x761265) is known color: Palatinate Purple. HEX triplet: 76, 12 and 65. RGB value is (118,18,101). Sum of RGB (Red+Green+Blue) = 118+18+101=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #761265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761265 is #89ED9A. Grayscale: #393939. Windows color (decimal): -9039259 or 6623862. OLE color: 6623862.

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

Color convert

RGB 118 18 101 -
CMYK 0 0.85 0.14 0.54
HSL 310.2º 0.74% 0.27% -
HSV(B) 310.2º 0.85% 0.46% -
XYZ 10.04 5.22 12.79 -
YUV 57.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 118 18 101 0 0.85 0.14 0.54 310.2 0.74 0.27
Hex 76 12 65 0 55 E 36 136 4A 1B
Octal 166 22 145 0 125 16 66 466 112 33
Binary 1110110 10010 1100101 0 1010101 1110 110110 100110110 1001010 11011

Color Harmonies of #761265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761265

Black with #761265

Text Example


Text Example

White with #761265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761265; }

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

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

background-color css

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

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

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

border-color css

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

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

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