Html Css Color HEX #673558 Palatinate Purple

📋 copy color: '#673558'

red 103 ◦ green 53 ◦ blue 88

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

Shades of Palatinate Purple #673558

Tints of Palatinate Purple #673558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 42.21%
G = 21.72%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#673558 (or 0x673558) is known color: Palatinate Purple. HEX triplet: 67, 35 and 58. RGB value is (103,53,88). Sum of RGB (Red+Green+Blue) = 103+53+88=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 103 - color contains mainly: red. Hex color #673558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673558 is #98CAA7. Grayscale: #474747. Windows color (decimal): -10013352 or 5780839. OLE color: 5780839.

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

Color convert

RGB 103 53 88 -
CMYK 0 0.49 0.15 0.60
HSL 318º 0.32% 0.31% -
HSV(B) 318º 0.49% 0.4% -
XYZ 8.63 6.13 9.96 -
YUV 71.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 103 53 88 0 0.49 0.15 0.60 318 0.32 0.31
Hex 67 35 58 0 31 F 3C 13E 20 1F
Octal 147 65 130 0 61 17 74 476 40 37
Binary 1100111 110101 1011000 0 110001 1111 111100 100111110 100000 11111

Color Harmonies of #673558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673558

Black with #673558

Text Example


Text Example

White with #673558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673558; }

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

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

background-color css

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

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

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

border-color css

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

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

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