Html Css Color HEX #673064 Palatinate Purple

📋 copy color: '#673064'

red 103 ◦ green 48 ◦ blue 100

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

Shades of Palatinate Purple #673064

Tints of Palatinate Purple #673064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

 BLUE value IS 100 (39.45% from 255) = 39.84%

R = 41.04%
G = 19.12%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#673064 (or 0x673064) is known color: Palatinate Purple. HEX triplet: 67, 30 and 64. RGB value is (103,48,100). Sum of RGB (Red+Green+Blue) = 103+48+100=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #673064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673064 is #98CF9B. Grayscale: #464646. Windows color (decimal): -10014620 or 6565991. OLE color: 6565991.

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

Color convert

RGB 103 48 100 -
CMYK 0 0.53 0.03 0.60
HSL 303.27º 0.36% 0.3% -
HSV(B) 303.27º 0.53% 0.4% -
XYZ 8.95 5.92 12.73 -
YUV 70.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 103 48 100 0 0.53 0.03 0.60 303.27 0.36 0.3
Hex 67 30 64 0 35 3 3C 12F 24 1E
Octal 147 60 144 0 65 3 74 457 44 36
Binary 1100111 110000 1100100 0 110101 11 111100 100101111 100100 11110

Color Harmonies of #673064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673064

Black with #673064

Text Example


Text Example

White with #673064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673064; }

 p { color: rgb(103,48,100); }

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

background-color css

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

 a { background-color: rgb(103,48,100); }

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

border-color css

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

 span { border-color: rgb(103,48,100); }

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