Html Css Color HEX #762663 Palatinate Purple

📋 copy color: '#762663'

red 118 ◦ green 38 ◦ blue 99

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

Shades of Palatinate Purple #762663

Tints of Palatinate Purple #762663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.9%

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 46.27%
G = 14.9%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#762663 (or 0x762663) is known color: Palatinate Purple. HEX triplet: 76, 26 and 63. RGB value is (118,38,99). Sum of RGB (Red+Green+Blue) = 118+38+99=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762663 is #89D99C. Grayscale: #444444. Windows color (decimal): -9034141 or 6497910. OLE color: 6497910.

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

Color convert

RGB 118 38 99 -
CMYK 0 0.68 0.16 0.54
HSL 314.25º 0.51% 0.31% -
HSV(B) 314.25º 0.68% 0.46% -
XYZ 10.42 6.14 12.44 -
YUV 68.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 118 38 99 0 0.68 0.16 0.54 314.25 0.51 0.31
Hex 76 26 63 0 44 10 36 13A 33 1F
Octal 166 46 143 0 104 20 66 472 63 37
Binary 1110110 100110 1100011 0 1000100 10000 110110 100111010 110011 11111

Color Harmonies of #762663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762663

Black with #762663

Text Example


Text Example

White with #762663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762663; }

 p { color: rgb(118,38,99); }

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

background-color css

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

 a { background-color: rgb(118,38,99); }

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

border-color css

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

 span { border-color: rgb(118,38,99); }

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