Html Css Color HEX #762167 Palatinate Purple

📋 copy color: '#762167'

red 118 ◦ green 33 ◦ blue 103

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

Shades of Palatinate Purple #762167

Tints of Palatinate Purple #762167

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 46.46%
G = 12.99%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#762167 (or 0x762167) is known color: Palatinate Purple. HEX triplet: 76, 21 and 67. RGB value is (118,33,103). Sum of RGB (Red+Green+Blue) = 118+33+103=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #762167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762167 is #89DE98. Grayscale: #424242. Windows color (decimal): -9035417 or 6758774. OLE color: 6758774.

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

Color convert

RGB 118 33 103 -
CMYK 0 0.72 0.13 0.54
HSL 310.59º 0.56% 0.3% -
HSV(B) 310.59º 0.72% 0.46% -
XYZ 10.46 5.92 13.42 -
YUV 66.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 118 33 103 0 0.72 0.13 0.54 310.59 0.56 0.3
Hex 76 21 67 0 48 D 36 137 38 1E
Octal 166 41 147 0 110 15 66 467 70 36
Binary 1110110 100001 1100111 0 1001000 1101 110110 100110111 111000 11110

Color Harmonies of #762167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762167

Black with #762167

Text Example


Text Example

White with #762167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762167; }

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

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

background-color css

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

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

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

border-color css

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

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

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