Html Css Color HEX #722367 Palatinate Purple

📋 copy color: '#722367'

red 114 ◦ green 35 ◦ blue 103

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

Shades of Palatinate Purple #722367

Tints of Palatinate Purple #722367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 45.24%
G = 13.89%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#722367 (or 0x722367) is known color: Palatinate Purple. HEX triplet: 72, 23 and 67. RGB value is (114,35,103). Sum of RGB (Red+Green+Blue) = 114+35+103=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #722367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722367 is #8DDC98. Grayscale: #424242. Windows color (decimal): -9297049 or 6759282. OLE color: 6759282.

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

Color convert

RGB 114 35 103 -
CMYK 0 0.69 0.10 0.55
HSL 308.35º 0.53% 0.29% -
HSV(B) 308.35º 0.69% 0.45% -
XYZ 9.99 5.76 13.42 -
YUV 66.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 114 35 103 0 0.69 0.10 0.55 308.35 0.53 0.29
Hex 72 23 67 0 45 A 37 134 35 1D
Octal 162 43 147 0 105 12 67 464 65 35
Binary 1110010 100011 1100111 0 1000101 1010 110111 100110100 110101 11101

Color Harmonies of #722367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722367

Black with #722367

Text Example


Text Example

White with #722367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722367; }

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

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

background-color css

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

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

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

border-color css

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

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

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