Html Css Color HEX #731265 Palatinate Purple

📋 copy color: '#731265'

red 115 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #731265

Tints of Palatinate Purple #731265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 49.15%
G = 7.69%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#731265 (or 0x731265) is known color: Palatinate Purple. HEX triplet: 73, 12 and 65. RGB value is (115,18,101). Sum of RGB (Red+Green+Blue) = 115+18+101=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731265 is #8CED9A. Grayscale: #383838. Windows color (decimal): -9235867 or 6623859. OLE color: 6623859.

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

Color convert

RGB 115 18 101 -
CMYK 0 0.84 0.12 0.55
HSL 308.66º 0.73% 0.26% -
HSV(B) 308.66º 0.84% 0.45% -
XYZ 9.64 5.02 12.77 -
YUV 56.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 115 18 101 0 0.84 0.12 0.55 308.66 0.73 0.26
Hex 73 12 65 0 54 C 37 135 49 1A
Octal 163 22 145 0 124 14 67 465 111 32
Binary 1110011 10010 1100101 0 1010100 1100 110111 100110101 1001001 11010

Color Harmonies of #731265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731265

Black with #731265

Text Example


Text Example

White with #731265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731265; }

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

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

background-color css

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

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

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

border-color css

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

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

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