Html Css Color HEX #731266 Palatinate Purple

📋 copy color: '#731266'

red 115 ◦ green 18 ◦ blue 102

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

Shades of Palatinate Purple #731266

Tints of Palatinate Purple #731266

RGB

 RED value IS 115 (45.31% from 255) = 48.94%

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 48.94%
G = 7.66%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#731266 (or 0x731266) is known color: Palatinate Purple. HEX triplet: 73, 12 and 66. RGB value is (115,18,102). Sum of RGB (Red+Green+Blue) = 115+18+102=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731266 is #8CED99. Grayscale: #383838. Windows color (decimal): -9235866 or 6689395. OLE color: 6689395.

HSL color Cylindrical-coordinate representation of color #731266: hue angle of 308.04º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731266 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 102 -
CMYK 0 0.84 0.11 0.55
HSL 308.04º 0.73% 0.26% -
HSV(B) 308.04º 0.84% 0.45% -
XYZ 9.68 5.04 13.03 -
YUV 56.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 115 18 102 0 0.84 0.11 0.55 308.04 0.73 0.26
Hex 73 12 66 0 54 B 37 134 49 1A
Octal 163 22 146 0 124 13 67 464 111 32
Binary 1110011 10010 1100110 0 1010100 1011 110111 100110100 1001001 11010

Color Harmonies of #731266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731266

Black with #731266

Text Example


Text Example

White with #731266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731266; }

 p { color: rgb(115,18,102); }

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

background-color css

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

 a { background-color: rgb(115,18,102); }

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

border-color css

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

 span { border-color: rgb(115,18,102); }

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