Html Css Color HEX #762765 Palatinate Purple

📋 copy color: '#762765'

red 118 ◦ green 39 ◦ blue 101

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

Shades of Palatinate Purple #762765

Tints of Palatinate Purple #762765

RGB

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

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

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

R = 45.74%
G = 15.12%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#762765 (or 0x762765) is known color: Palatinate Purple. HEX triplet: 76, 27 and 65. RGB value is (118,39,101). Sum of RGB (Red+Green+Blue) = 118+39+101=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762765 is #89D89A. Grayscale: #454545. Windows color (decimal): -9033883 or 6629238. OLE color: 6629238.

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

Color convert

RGB 118 39 101 -
CMYK 0 0.67 0.14 0.54
HSL 312.91º 0.5% 0.31% -
HSV(B) 312.91º 0.67% 0.46% -
XYZ 10.55 6.24 12.96 -
YUV 69.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 118 39 101 0 0.67 0.14 0.54 312.91 0.5 0.31
Hex 76 27 65 0 43 E 36 139 32 1F
Octal 166 47 145 0 103 16 66 471 62 37
Binary 1110110 100111 1100101 0 1000011 1110 110110 100111001 110010 11111

Color Harmonies of #762765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762765

Black with #762765

Text Example


Text Example

White with #762765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762765; }

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

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

background-color css

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

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

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

border-color css

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

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

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