Html Css Color HEX #731269 Palatinate Purple

📋 copy color: '#731269'

red 115 ◦ green 18 ◦ blue 105

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

Shades of Palatinate Purple #731269

Tints of Palatinate Purple #731269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 48.32%
G = 7.56%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#731269 (or 0x731269) is known color: Palatinate Purple. HEX triplet: 73, 12 and 69. RGB value is (115,18,105). Sum of RGB (Red+Green+Blue) = 115+18+105=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731269 is #8CED96. Grayscale: #383838. Windows color (decimal): -9235863 or 6886003. OLE color: 6886003.

HSL color Cylindrical-coordinate representation of color #731269: hue angle of 306.19º 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 #731269 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 105 -
CMYK 0 0.84 0.09 0.55
HSL 306.19º 0.73% 0.26% -
HSV(B) 306.19º 0.84% 0.45% -
XYZ 9.84 5.1 13.83 -
YUV 56.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 115 18 105 0 0.84 0.09 0.55 306.19 0.73 0.26
Hex 73 12 69 0 54 9 37 132 49 1A
Octal 163 22 151 0 124 11 67 462 111 32
Binary 1110011 10010 1101001 0 1010100 1001 110111 100110010 1001001 11010

Color Harmonies of #731269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731269

Black with #731269

Text Example


Text Example

White with #731269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731269; }

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

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

background-color css

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

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

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

border-color css

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

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

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