Html Css Color HEX #674060 Palatinate Purple

📋 copy color: '#674060'

red 103 ◦ green 64 ◦ blue 96

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

Shades of Palatinate Purple #674060

Tints of Palatinate Purple #674060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 39.16%
G = 24.33%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#674060 (or 0x674060) is known color: Palatinate Purple. HEX triplet: 67, 40 and 60. RGB value is (103,64,96). Sum of RGB (Red+Green+Blue) = 103+64+96=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #674060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674060 is #98BF9F. Grayscale: #4F4F4F. Windows color (decimal): -10010528 or 6307943. OLE color: 6307943.

HSL color Cylindrical-coordinate representation of color #674060: hue angle of 310.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674060 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 64 96 -
CMYK 0 0.38 0.07 0.60
HSL 310.77º 0.23% 0.33% -
HSV(B) 310.77º 0.38% 0.4% -
XYZ 9.54 7.39 11.99 -
YUV 79.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 103 64 96 0 0.38 0.07 0.60 310.77 0.23 0.33
Hex 67 40 60 0 26 7 3C 137 17 21
Octal 147 100 140 0 46 7 74 467 27 41
Binary 1100111 1000000 1100000 0 100110 111 111100 100110111 10111 100001

Color Harmonies of #674060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674060

Black with #674060

Text Example


Text Example

White with #674060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674060; }

 p { color: rgb(103,64,96); }

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

background-color css

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

 a { background-color: rgb(103,64,96); }

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

border-color css

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

 span { border-color: rgb(103,64,96); }

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