Html Css Color HEX #673761 Palatinate Purple

📋 copy color: '#673761'

red 103 ◦ green 55 ◦ blue 97

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

Shades of Palatinate Purple #673761

Tints of Palatinate Purple #673761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 40.39%
G = 21.57%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#673761 (or 0x673761) is known color: Palatinate Purple. HEX triplet: 67, 37 and 61. RGB value is (103,55,97). Sum of RGB (Red+Green+Blue) = 103+55+97=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 103 - color contains mainly: red. Hex color #673761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673761 is #98C89E. Grayscale: #4A4A4A. Windows color (decimal): -10012831 or 6371175. OLE color: 6371175.

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

Color convert

RGB 103 55 97 -
CMYK 0 0.47 0.06 0.60
HSL 307.5º 0.3% 0.31% -
HSV(B) 307.5º 0.47% 0.4% -
XYZ 9.12 6.48 12.08 -
YUV 74.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 103 55 97 0 0.47 0.06 0.60 307.5 0.3 0.31
Hex 67 37 61 0 2F 6 3C 134 1E 1F
Octal 147 67 141 0 57 6 74 464 36 37
Binary 1100111 110111 1100001 0 101111 110 111100 100110100 11110 11111

Color Harmonies of #673761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673761

Black with #673761

Text Example


Text Example

White with #673761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673761; }

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

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

background-color css

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

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

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

border-color css

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

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

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