Html Css Color HEX #672D63 Palatinate Purple

📋 copy color: '#672D63'

red 103 ◦ green 45 ◦ blue 99

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

Shades of Palatinate Purple #672D63

Tints of Palatinate Purple #672D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 41.7%
G = 18.22%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#672D63 (or 0x672D63) is known color: Palatinate Purple. HEX triplet: 67, 2D and 63. RGB value is (103,45,99). Sum of RGB (Red+Green+Blue) = 103+45+99=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #672D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D63 is #98D29C. Grayscale: #444444. Windows color (decimal): -10015389 or 6499687. OLE color: 6499687.

HSL color Cylindrical-coordinate representation of color #672D63: hue angle of 304.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D63 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 45 99 -
CMYK 0 0.56 0.04 0.60
HSL 304.14º 0.39% 0.29% -
HSV(B) 304.14º 0.56% 0.4% -
XYZ 8.78 5.66 12.43 -
YUV 68.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 103 45 99 0 0.56 0.04 0.60 304.14 0.39 0.29
Hex 67 2D 63 0 38 4 3C 130 27 1D
Octal 147 55 143 0 70 4 74 460 47 35
Binary 1100111 101101 1100011 0 111000 100 111100 100110000 100111 11101

Color Harmonies of #672D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D63

Black with #672D63

Text Example


Text Example

White with #672D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672D63; }

 p { color: rgb(103,45,99); }

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

background-color css

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

 a { background-color: rgb(103,45,99); }

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

border-color css

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

 span { border-color: rgb(103,45,99); }

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