Html Css Color HEX #722365 Palatinate Purple

📋 copy color: '#722365'

red 114 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #722365

Tints of Palatinate Purple #722365

RGB

 RED value IS 114 (44.92% from 255) = 45.6%

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 45.6%
G = 14%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#722365 (or 0x722365) is known color: Palatinate Purple. HEX triplet: 72, 23 and 65. RGB value is (114,35,101). Sum of RGB (Red+Green+Blue) = 114+35+101=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #722365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722365 is #8DDC9A. Grayscale: #414141. Windows color (decimal): -9297051 or 6628210. OLE color: 6628210.

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

Color convert

RGB 114 35 101 -
CMYK 0 0.69 0.11 0.55
HSL 309.87º 0.53% 0.29% -
HSV(B) 309.87º 0.69% 0.45% -
XYZ 9.89 5.72 12.89 -
YUV 66.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 114 35 101 0 0.69 0.11 0.55 309.87 0.53 0.29
Hex 72 23 65 0 45 B 37 136 35 1D
Octal 162 43 145 0 105 13 67 466 65 35
Binary 1110010 100011 1100101 0 1000101 1011 110111 100110110 110101 11101

Color Harmonies of #722365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722365

Black with #722365

Text Example


Text Example

White with #722365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722365; }

 p { color: rgb(114,35,101); }

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

background-color css

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

 a { background-color: rgb(114,35,101); }

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

border-color css

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

 span { border-color: rgb(114,35,101); }

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