Html Css Color HEX #672958 Palatinate Purple

📋 copy color: '#672958'

red 103 ◦ green 41 ◦ blue 88

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

Shades of Palatinate Purple #672958

Tints of Palatinate Purple #672958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 44.4%
G = 17.67%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#672958 (or 0x672958) is known color: Palatinate Purple. HEX triplet: 67, 29 and 58. RGB value is (103,41,88). Sum of RGB (Red+Green+Blue) = 103+41+88=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #672958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672958 is #98D6A7. Grayscale: #404040. Windows color (decimal): -10016424 or 5777767. OLE color: 5777767.

HSL color Cylindrical-coordinate representation of color #672958: hue angle of 314.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #672958 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 41 88 -
CMYK 0 0.60 0.15 0.60
HSL 314.52º 0.43% 0.28% -
HSV(B) 314.52º 0.6% 0.4% -
XYZ 8.15 5.17 9.8 -
YUV 64.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 103 41 88 0 0.60 0.15 0.60 314.52 0.43 0.28
Hex 67 29 58 0 3C F 3C 13B 2B 1C
Octal 147 51 130 0 74 17 74 473 53 34
Binary 1100111 101001 1011000 0 111100 1111 111100 100111011 101011 11100

Color Harmonies of #672958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672958

Black with #672958

Text Example


Text Example

White with #672958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672958; }

 p { color: rgb(103,41,88); }

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

background-color css

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

 a { background-color: rgb(103,41,88); }

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

border-color css

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

 span { border-color: rgb(103,41,88); }

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