Html Css Color HEX #672053 Palatinate Purple

📋 copy color: '#672053'

red 103 ◦ green 32 ◦ blue 83

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

Shades of Palatinate Purple #672053

Tints of Palatinate Purple #672053

RGB

 RED value IS 103 (40.63% from 255) = 47.25%

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 47.25%
G = 14.68%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#672053 (or 0x672053) is known color: Palatinate Purple. HEX triplet: 67, 20 and 53. RGB value is (103,32,83). Sum of RGB (Red+Green+Blue) = 103+32+83=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #672053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672053 is #98DFAC. Grayscale: #3A3A3A. Windows color (decimal): -10018733 or 5447783. OLE color: 5447783.

HSL color Cylindrical-coordinate representation of color #672053: hue angle of 316.9º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672053 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 32 83 -
CMYK 0 0.69 0.19 0.60
HSL 316.9º 0.53% 0.26% -
HSV(B) 316.9º 0.69% 0.4% -
XYZ 7.67 4.54 8.66 -
YUV 59.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 103 32 83 0 0.69 0.19 0.60 316.9 0.53 0.26
Hex 67 20 53 0 45 13 3C 13D 35 1A
Octal 147 40 123 0 105 23 74 475 65 32
Binary 1100111 100000 1010011 0 1000101 10011 111100 100111101 110101 11010

Color Harmonies of #672053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672053

Black with #672053

Text Example


Text Example

White with #672053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672053; }

 p { color: rgb(103,32,83); }

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

background-color css

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

 a { background-color: rgb(103,32,83); }

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

border-color css

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

 span { border-color: rgb(103,32,83); }

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