Html Css Color HEX #721E6B Palatinate Purple

📋 copy color: '#721E6B'

red 114 ◦ green 30 ◦ blue 107

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

Shades of Palatinate Purple #721E6B

Tints of Palatinate Purple #721E6B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 45.42%
G = 11.95%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#721E6B (or 0x721E6B) is known color: Palatinate Purple. HEX triplet: 72, 1E and 6B. RGB value is (114,30,107). Sum of RGB (Red+Green+Blue) = 114+30+107=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #721E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E6B is #8DE194. Grayscale: #3F3F3F. Windows color (decimal): -9298325 or 7020146. OLE color: 7020146.

HSL color Cylindrical-coordinate representation of color #721E6B: hue angle of 305º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E6B is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 107 -
CMYK 0 0.74 0.06 0.55
HSL 305º 0.58% 0.28% -
HSV(B) 305º 0.74% 0.45% -
XYZ 10.06 5.57 14.45 -
YUV 63.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 114 30 107 0 0.74 0.06 0.55 305 0.58 0.28
Hex 72 1E 6B 0 4A 6 37 131 3A 1C
Octal 162 36 153 0 112 6 67 461 72 34
Binary 1110010 11110 1101011 0 1001010 110 110111 100110001 111010 11100

Color Harmonies of #721E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E6B

Black with #721E6B

Text Example


Text Example

White with #721E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E6B; }

 p { color: rgb(114,30,107); }

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

background-color css

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

 a { background-color: rgb(114,30,107); }

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

border-color css

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

 span { border-color: rgb(114,30,107); }

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