Html Css Color HEX #721467 Palatinate Purple

📋 copy color: '#721467'

red 114 ◦ green 20 ◦ blue 103

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

Shades of Palatinate Purple #721467

Tints of Palatinate Purple #721467

RGB

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

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

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

R = 48.1%
G = 8.44%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#721467 (or 0x721467) is known color: Palatinate Purple. HEX triplet: 72, 14 and 67. RGB value is (114,20,103). Sum of RGB (Red+Green+Blue) = 114+20+103=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721467 is #8DEB98. Grayscale: #393939. Windows color (decimal): -9300889 or 6755442. OLE color: 6755442.

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

Color convert

RGB 114 20 103 -
CMYK 0 0.82 0.10 0.55
HSL 307.02º 0.7% 0.26% -
HSV(B) 307.02º 0.82% 0.45% -
XYZ 9.64 5.06 13.3 -
YUV 57.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 114 20 103 0 0.82 0.10 0.55 307.02 0.7 0.26
Hex 72 14 67 0 52 A 37 133 46 1A
Octal 162 24 147 0 122 12 67 463 106 32
Binary 1110010 10100 1100111 0 1010010 1010 110111 100110011 1000110 11010

Color Harmonies of #721467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721467

Black with #721467

Text Example


Text Example

White with #721467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721467; }

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

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

background-color css

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

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

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

border-color css

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

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

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