Html Css Color HEX #762C67 Palatinate Purple

📋 copy color: '#762C67'

red 118 ◦ green 44 ◦ blue 103

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

Shades of Palatinate Purple #762C67

Tints of Palatinate Purple #762C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 44.53%
G = 16.6%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#762C67 (or 0x762C67) is known color: Palatinate Purple. HEX triplet: 76, 2C and 67. RGB value is (118,44,103). Sum of RGB (Red+Green+Blue) = 118+44+103=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C67 is #89D398. Grayscale: #484848. Windows color (decimal): -9032601 or 6761590. OLE color: 6761590.

HSL color Cylindrical-coordinate representation of color #762C67: hue angle of 312.16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C67 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 103 -
CMYK 0 0.63 0.13 0.54
HSL 312.16º 0.46% 0.32% -
HSV(B) 312.16º 0.63% 0.46% -
XYZ 10.82 6.63 13.54 -
YUV 72.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 118 44 103 0 0.63 0.13 0.54 312.16 0.46 0.32
Hex 76 2C 67 0 3F D 36 138 2E 20
Octal 166 54 147 0 77 15 66 470 56 40
Binary 1110110 101100 1100111 0 111111 1101 110110 100111000 101110 100000

Color Harmonies of #762C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C67

Black with #762C67

Text Example


Text Example

White with #762C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762C67; }

 p { color: rgb(118,44,103); }

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

background-color css

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

 a { background-color: rgb(118,44,103); }

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

border-color css

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

 span { border-color: rgb(118,44,103); }

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