Html Css Color HEX #762267 Palatinate Purple

📋 copy color: '#762267'

red 118 ◦ green 34 ◦ blue 103

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

Shades of Palatinate Purple #762267

Tints of Palatinate Purple #762267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 46.27%
G = 13.33%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#762267 (or 0x762267) is known color: Palatinate Purple. HEX triplet: 76, 22 and 67. RGB value is (118,34,103). Sum of RGB (Red+Green+Blue) = 118+34+103=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762267 is #89DD98. Grayscale: #424242. Windows color (decimal): -9035161 or 6759030. OLE color: 6759030.

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

Color convert

RGB 118 34 103 -
CMYK 0 0.71 0.13 0.54
HSL 310.71º 0.55% 0.3% -
HSV(B) 310.71º 0.71% 0.46% -
XYZ 10.49 5.97 13.43 -
YUV 66.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 118 34 103 0 0.71 0.13 0.54 310.71 0.55 0.3
Hex 76 22 67 0 47 D 36 137 37 1E
Octal 166 42 147 0 107 15 66 467 67 36
Binary 1110110 100010 1100111 0 1000111 1101 110110 100110111 110111 11110

Color Harmonies of #762267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762267

Black with #762267

Text Example


Text Example

White with #762267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762267; }

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

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

background-color css

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

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

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

border-color css

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

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

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