Html Css Color HEX #674361 Palatinate Purple

📋 copy color: '#674361'

red 103 ◦ green 67 ◦ blue 97

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

Shades of Palatinate Purple #674361

Tints of Palatinate Purple #674361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 38.58%
G = 25.09%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#674361 (or 0x674361) is known color: Palatinate Purple. HEX triplet: 67, 43 and 61. RGB value is (103,67,97). Sum of RGB (Red+Green+Blue) = 103+67+97=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #674361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674361 is #98BC9E. Grayscale: #515151. Windows color (decimal): -10009759 or 6374247. OLE color: 6374247.

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

Color convert

RGB 103 67 97 -
CMYK 0 0.35 0.06 0.60
HSL 310º 0.21% 0.33% -
HSV(B) 310º 0.35% 0.4% -
XYZ 9.76 7.76 12.29 -
YUV 81.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 103 67 97 0 0.35 0.06 0.60 310 0.21 0.33
Hex 67 43 61 0 23 6 3C 136 15 21
Octal 147 103 141 0 43 6 74 466 25 41
Binary 1100111 1000011 1100001 0 100011 110 111100 100110110 10101 100001

Color Harmonies of #674361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674361

Black with #674361

Text Example


Text Example

White with #674361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674361; }

 p { color: rgb(103,67,97); }

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

background-color css

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

 a { background-color: rgb(103,67,97); }

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

border-color css

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

 span { border-color: rgb(103,67,97); }

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