Html Css Color HEX #731466 Palatinate Purple

📋 copy color: '#731466'

red 115 ◦ green 20 ◦ blue 102

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

Shades of Palatinate Purple #731466

Tints of Palatinate Purple #731466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 48.52%
G = 8.44%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#731466 (or 0x731466) is known color: Palatinate Purple. HEX triplet: 73, 14 and 66. RGB value is (115,20,102). Sum of RGB (Red+Green+Blue) = 115+20+102=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731466 is #8CEB99. Grayscale: #393939. Windows color (decimal): -9235354 or 6689907. OLE color: 6689907.

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

Color convert

RGB 115 20 102 -
CMYK 0 0.83 0.11 0.55
HSL 308.21º 0.7% 0.26% -
HSV(B) 308.21º 0.83% 0.45% -
XYZ 9.72 5.1 13.04 -
YUV 57.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 115 20 102 0 0.83 0.11 0.55 308.21 0.7 0.26
Hex 73 14 66 0 53 B 37 134 46 1A
Octal 163 24 146 0 123 13 67 464 106 32
Binary 1110011 10100 1100110 0 1010011 1011 110111 100110100 1000110 11010

Color Harmonies of #731466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731466

Black with #731466

Text Example


Text Example

White with #731466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731466; }

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

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

background-color css

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

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

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

border-color css

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

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

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