Html Css Color HEX #762865 Palatinate Purple

📋 copy color: '#762865'

red 118 ◦ green 40 ◦ blue 101

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

Shades of Palatinate Purple #762865

Tints of Palatinate Purple #762865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 45.56%
G = 15.44%
B = 39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#762865 (or 0x762865) is known color: Palatinate Purple. HEX triplet: 76, 28 and 65. RGB value is (118,40,101). Sum of RGB (Red+Green+Blue) = 118+40+101=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #762865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762865 is #89D79A. Grayscale: #464646. Windows color (decimal): -9033627 or 6629494. OLE color: 6629494.

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

Color convert

RGB 118 40 101 -
CMYK 0 0.66 0.14 0.54
HSL 313.08º 0.49% 0.31% -
HSV(B) 313.08º 0.66% 0.46% -
XYZ 10.58 6.31 12.97 -
YUV 70.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 118 40 101 0 0.66 0.14 0.54 313.08 0.49 0.31
Hex 76 28 65 0 42 E 36 139 31 1F
Octal 166 50 145 0 102 16 66 471 61 37
Binary 1110110 101000 1100101 0 1000010 1110 110110 100111001 110001 11111

Color Harmonies of #762865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762865

Black with #762865

Text Example


Text Example

White with #762865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762865; }

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

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

background-color css

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

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

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

border-color css

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

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

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